chore: update profile settings layout (#2925)
* chore: update profile layout * fix: multiple workspaces * chore: removed breadcrumbs * chore: fix sidebar collapsed state
This commit is contained in:
parent
44bc199385
commit
d71ba47262
12 changed files with 176 additions and 284 deletions
1
web/types/users.d.ts
vendored
1
web/types/users.d.ts
vendored
|
|
@ -14,6 +14,7 @@ export interface IUser {
|
|||
is_email_verified: boolean;
|
||||
is_managed: boolean;
|
||||
is_onboarded: boolean;
|
||||
is_password_autoset: boolean;
|
||||
is_tour_completed: boolean;
|
||||
mobile_number: string | null;
|
||||
role: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue