mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
Added timezone for user; Moved dashboard to controller
This commit is contained in:
@@ -110,6 +110,7 @@ export interface User {
|
||||
two_factor_secret?: string | null;
|
||||
two_factor_recovery_codes?: string | null;
|
||||
two_factor_confirmed_at: string | null;
|
||||
timezone: string;
|
||||
// mutators
|
||||
profile_photo_url: string;
|
||||
// relations
|
||||
|
||||
Reference in New Issue
Block a user