mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
feat: implement user type-based navigation visibility in PortalLayout
This commit is contained in:
@@ -8,6 +8,7 @@ export interface AuthUser {
|
||||
en: string;
|
||||
};
|
||||
status: string;
|
||||
userType?: string;
|
||||
sharepointId: string | null;
|
||||
hasSetPassword: boolean;
|
||||
hasFinishedRegistration: boolean;
|
||||
|
||||
Reference in New Issue
Block a user