feat: implement user type-based navigation visibility in PortalLayout

This commit is contained in:
estifanos
2026-07-29 07:27:46 +00:00
parent 5ceb5da3c2
commit 27a5968b79
2 changed files with 49 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export interface AuthUser {
en: string;
};
status: string;
userType?: string;
sharepointId: string | null;
hasSetPassword: boolean;
hasFinishedRegistration: boolean;