This commit is contained in:
estifanos
2026-07-29 07:30:36 +00:00
parent 27a5968b79
commit 86bc9399d9

View File

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