From 86bc9399d98adbceb06eb8c25bf0d605ec79cb5a Mon Sep 17 00:00:00 2001 From: estifanos Date: Wed, 29 Jul 2026 07:30:36 +0000 Subject: [PATCH] fixes --- libs/auth/src/lib/types/auth.types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/auth/src/lib/types/auth.types.ts b/libs/auth/src/lib/types/auth.types.ts index a11cb4faa..b6babe272 100644 --- a/libs/auth/src/lib/types/auth.types.ts +++ b/libs/auth/src/lib/types/auth.types.ts @@ -8,7 +8,6 @@ export interface AuthUser { en: string; }; status: string; - userType?: string; sharepointId: string | null; hasSetPassword: boolean; hasFinishedRegistration: boolean;