This commit is contained in:
Estifo77
2026-07-29 10:31:23 +03:00
parent 27a5968b79
commit 611c5272c0

View File

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