Skip to content

Commit

Permalink
set ab-test switch for the auxia signin gate experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Jan 23, 2025
1 parent 1d76fd5 commit 3e90458
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,15 @@ trait ABTestSwitches {
exposeClientSide = true,
highImpact = false,
)

Switch(
ABTests,
"ab-auxia-sign-in-gate",
"Experimental use of Auxia to drive the client-side SignIn gate",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2026, 1, 30)),
exposeClientSide = true,
highImpact = false,
)
}

0 comments on commit 3e90458

Please sign in to comment.