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:
committed by
Copybot
parent
a4a5a08c31
commit
68c4b58eaa
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user