mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Rename highlight-sso to highlight-sso-2 (#9229)
GitOrigin-RevId: 37e8b4d42bb3cf3a25d03cc2389123d7583edeac
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = HomeController = {
|
||||
await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'highlight-sso'
|
||||
'highlight-sso-2'
|
||||
)
|
||||
const homeRegistration = await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
@@ -64,7 +64,7 @@ module.exports = HomeController = {
|
||||
} catch (err) {
|
||||
logger.error(
|
||||
{ err },
|
||||
"error fetching 'highlight-sso' split test assignment"
|
||||
"error fetching 'highlight-sso-2' split test assignment"
|
||||
)
|
||||
return res.render('external/home/v2', {
|
||||
highlightSSO: false,
|
||||
|
||||
@@ -41,7 +41,7 @@ async function recordRegistrationEvent(user) {
|
||||
const highlightSSOAssignment =
|
||||
await SplitTestHandler.promises.getAssignmentForUser(
|
||||
user._id,
|
||||
'highlight-sso'
|
||||
'highlight-sso-2'
|
||||
)
|
||||
const homeRegistrationAssignment =
|
||||
await SplitTestHandler.promises.getAssignmentForUser(
|
||||
|
||||
Reference in New Issue
Block a user