add now features

This commit is contained in:
Matthias Hochmeister
2026-03-01 11:50:27 +01:00
parent 73ab6cea07
commit 681acd8203
25 changed files with 1518 additions and 4 deletions

View File

@@ -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;