mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #15176 from overleaf/ab-enable-managed-users-prod
[web] Set MANAGED_USERS_ENABLED=true for production GitOrigin-RevId: b5fb15903b6e5289ea2ac67b7dea5be01420fe54
This commit is contained in:
parent
d037b41169
commit
13709ddf0e
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ if (Settings.managedUsers?.enabled) {
|
||||||
plans: {
|
plans: {
|
||||||
group_standard: false,
|
group_standard: false,
|
||||||
group_professional: true,
|
group_professional: true,
|
||||||
organization: true,
|
organization: false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue