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 b0c7b4541d
commit c07d260447

View File

@@ -626,7 +626,7 @@ if (Settings.managedUsers?.enabled) {
plans: {
group_standard: false,
group_professional: true,
organization: true,
organization: false,
},
})
}