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;