From 4c1f66c2d003f180a15e295092cecff37560eebd Mon Sep 17 00:00:00 2001 From: Flavien David Date: Fri, 8 Mar 2024 17:14:46 +0100 Subject: [PATCH] :see_no_evil: --- types/src/front/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/src/front/user.ts b/types/src/front/user.ts index 38bdbdef4091..8c79dc1337af 100644 --- a/types/src/front/user.ts +++ b/types/src/front/user.ts @@ -15,7 +15,7 @@ export type LightWorkspaceType = { export type WorkspaceType = LightWorkspaceType & { flags: WhitelistableFeature[]; - ssoEnforced: boolean; + ssoEnforced?: boolean; }; export type UserProviderType = "github" | "google" | null;