Merge pull request #15272 from overleaf/ab-group-sso-check-plans-page

[web] Conditionally display the Group SSO check for Group Pro plan

GitOrigin-RevId: 8e661543277d989240d50d2ee7f019b604649bf7
This commit is contained in:
Alexandre Bourdin 2023-10-17 16:12:34 +02:00 committed by Copybot
parent 929afa9cc2
commit fcdc754fe4

View file

@ -249,7 +249,7 @@ const groupPlans = [
value: 'bool',
plans: {
group_standard: false,
group_professional: false,
group_professional: Settings.groupSSO?.enabled === true,
organization: true,
},
},