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:
Alexandre Bourdin 2023-10-09 17:15:46 +02:00 committed by Copybot
parent d037b41169
commit 13709ddf0e

View file

@ -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,
}, },
}) })
} }