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:
Aaryan Khandelwal 2023-11-29 13:48:07 +05:30 committed by sriram veeraghanta
parent 44bc199385
commit d71ba47262
12 changed files with 176 additions and 284 deletions

View file

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