mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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(
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue