Merge pull request #22027 from overleaf/mf-activate-plans-page-new-design-variant
[web] Activate plans page new-design variant for all users GitOrigin-RevId: 7da3c973cded8597cadd691f5d6e928d31e8d26f
This commit is contained in:
@@ -163,13 +163,6 @@ async function plansPage(req, res) {
|
||||
}
|
||||
|
||||
async function plansPageLightDesign(req, res) {
|
||||
const splitTestActive = await SplitTestHandler.promises.isSplitTestActive(
|
||||
'website-redesign-plans'
|
||||
)
|
||||
|
||||
if (!splitTestActive && req.query.preview !== 'true') {
|
||||
return res.redirect(302, '/user/subscription/plans')
|
||||
}
|
||||
const { currency, countryCode, geoPricingLATAMTestVariant } =
|
||||
await _getRecommendedCurrency(req, res)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user