add now features
This commit is contained in:
@@ -9,6 +9,8 @@ export interface User {
|
||||
profile_picture_url?: string;
|
||||
refresh_token?: string;
|
||||
refresh_token_expires_at?: Date;
|
||||
nextcloud_login_name?: string;
|
||||
nextcloud_app_password?: string;
|
||||
is_active: boolean;
|
||||
last_login_at?: Date;
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user