mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
Add two factor (#632)
This commit is contained in:
1
resources/js/types/user.d.ts
vendored
1
resources/js/types/user.d.ts
vendored
@ -10,6 +10,7 @@ export interface User {
|
||||
updated_at: string;
|
||||
timezone: string;
|
||||
projects?: Project[];
|
||||
two_factor_enabled: boolean;
|
||||
role: string;
|
||||
[key: string]: unknown; // This allows for additional properties...
|
||||
}
|
||||
|
Reference in New Issue
Block a user