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:
Tim Down
2025-04-07 14:52:51 +01:00
committed by Copybot
parent a68e96400b
commit eb276c7403
2 changed files with 0 additions and 9 deletions

View File

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

View File

@@ -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'