mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #24416 from overleaf/td-bs5-remove-platform-pages-flag
Remove bs5-misc-pages-platform feature flag from code GitOrigin-RevId: 8da617e5d7703a56399b227b0c38acda86150b8d
This commit is contained in:
@@ -307,14 +307,6 @@ const UserPagesController = {
|
||||
},
|
||||
|
||||
async compromisedPasswordPage(req, res) {
|
||||
// Populates splitTestVariants with a value for the split test name and allows
|
||||
// Pug to read it
|
||||
await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'bs5-misc-pages-platform'
|
||||
)
|
||||
|
||||
res.render('user/compromised_password')
|
||||
},
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ block vars
|
||||
- var suppressFooter = true
|
||||
- var suppressGoogleAnalytics = true
|
||||
- bootstrap5PageStatus = 'enabled'
|
||||
- bootstrap5PageSplitTest = 'bs5-misc-pages-platform'
|
||||
|
||||
block entrypointVar
|
||||
- entrypoint = 'pages/compromised-password'
|
||||
|
||||
Reference in New Issue
Block a user