Skip to content

Commit

Permalink
Merge pull request #3034 from guardian/mm/passcode-signin-50
Browse files Browse the repository at this point in the history
Release for passcodes for sign in to 50% of audience
  • Loading branch information
coldlink authored Jan 23, 2025
2 parents cfd15e9 + 27a6887 commit 7642547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/model/experiments/tests/passcode-signin-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const passcodeSignInTest: ABTest = {
author: '[email protected]',
description:
'Testing the release of one time passcodes as the default sign in option',
audience: 0.2, // 20% (1 is 100%)
audience: 0.5, // 50% (1 is 100%)
audienceOffset: 0, // 0% (1 is 100%). Prevent overlapping with other tests.
successMeasure: 'Users sign in successfully with passcodes',
audienceCriteria: 'Everyone',
Expand Down

0 comments on commit 7642547

Please sign in to comment.