mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 02:23:41 -05:00
Rename highlight-sso to highlight-sso-2 (#9229)
GitOrigin-RevId: 37e8b4d42bb3cf3a25d03cc2389123d7583edeac
This commit is contained in:
parent
ec13ebdc7c
commit
54dbfa52a4
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ module.exports = HomeController = {
|
||||||
await SplitTestHandler.promises.getAssignment(
|
await SplitTestHandler.promises.getAssignment(
|
||||||
req,
|
req,
|
||||||
res,
|
res,
|
||||||
'highlight-sso'
|
'highlight-sso-2'
|
||||||
)
|
)
|
||||||
const homeRegistration = await SplitTestHandler.promises.getAssignment(
|
const homeRegistration = await SplitTestHandler.promises.getAssignment(
|
||||||
req,
|
req,
|
||||||
|
@ -64,7 +64,7 @@ module.exports = HomeController = {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error(
|
logger.error(
|
||||||
{ err },
|
{ err },
|
||||||
"error fetching 'highlight-sso' split test assignment"
|
"error fetching 'highlight-sso-2' split test assignment"
|
||||||
)
|
)
|
||||||
return res.render('external/home/v2', {
|
return res.render('external/home/v2', {
|
||||||
highlightSSO: false,
|
highlightSSO: false,
|
||||||
|
|
|
@ -41,7 +41,7 @@ async function recordRegistrationEvent(user) {
|
||||||
const highlightSSOAssignment =
|
const highlightSSOAssignment =
|
||||||
await SplitTestHandler.promises.getAssignmentForUser(
|
await SplitTestHandler.promises.getAssignmentForUser(
|
||||||
user._id,
|
user._id,
|
||||||
'highlight-sso'
|
'highlight-sso-2'
|
||||||
)
|
)
|
||||||
const homeRegistrationAssignment =
|
const homeRegistrationAssignment =
|
||||||
await SplitTestHandler.promises.getAssignmentForUser(
|
await SplitTestHandler.promises.getAssignmentForUser(
|
||||||
|
|
Loading…
Reference in a new issue