Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Mar 8, 2024
1 parent 76096bd commit 4c1f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/front/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type LightWorkspaceType = {

export type WorkspaceType = LightWorkspaceType & {
flags: WhitelistableFeature[];
ssoEnforced: boolean;
ssoEnforced?: boolean;
};

export type UserProviderType = "github" | "google" | null;
Expand Down

0 comments on commit 4c1f66c

Please sign in to comment.