Merge pull request #14414 from overleaf/ab-group-sso-feature-flag

[web] Group SSO subscription feature flag

GitOrigin-RevId: 697290ba716d7b82c161de2a8434e31a9bc5f373
This commit is contained in:
Alexandre Bourdin
2023-08-23 08:05:14 +00:00
committed by Copybot
parent a4a5a08c31
commit 68c4b58eaa
3 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ const SubscriptionSchema = new Schema(
groupPlan: { type: Boolean, default: false },
membersLimit: { type: Number, default: 0 },
customAccount: Boolean,
features: { managedUsers: { type: Boolean, default: false } },
features: {
managedUsers: { type: Boolean, default: false },
groupSSO: { type: Boolean, default: false },
},
overleaf: {
id: {
type: Number,