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;