mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Merge pull request #25805 from overleaf/td-bs5-rename-auth-pages-feature-flag
Change auth pages feature flag GitOrigin-RevId: 091b2cde7cc4f91e2ce7533d610db773fc622bb5
This commit is contained in:
@@ -148,7 +148,7 @@ async function renderSetPasswordForm(req, res, next) {
|
||||
const { variant } = await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'auth-pages-bs5'
|
||||
'bs5-auth-pages'
|
||||
)
|
||||
|
||||
if (req.query.passwordResetToken != null) {
|
||||
@@ -217,7 +217,7 @@ async function renderRequestResetForm(req, res) {
|
||||
const { variant } = await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'auth-pages-bs5'
|
||||
'bs5-auth-pages'
|
||||
)
|
||||
|
||||
const template =
|
||||
|
||||
@@ -530,7 +530,7 @@ async function primaryEmailCheckPage(req, res) {
|
||||
const { variant } = await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'auth-pages-bs5'
|
||||
'bs5-auth-pages'
|
||||
)
|
||||
|
||||
const template =
|
||||
|
||||
@@ -195,7 +195,7 @@ async function reconfirmAccountPage(req, res) {
|
||||
const { variant } = await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'auth-pages-bs5'
|
||||
'bs5-auth-pages'
|
||||
)
|
||||
|
||||
const template =
|
||||
|
||||
Reference in New Issue
Block a user