mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
929afa9cc2
commit
fcdc754fe4
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ const groupPlans = [
|
|||
value: 'bool',
|
||||
plans: {
|
||||
group_standard: false,
|
||||
group_professional: false,
|
||||
group_professional: Settings.groupSSO?.enabled === true,
|
||||
organization: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue