Skip to content

Commit

Permalink
Merge pull request #3031 from guardian/mm/passcode-signin-20
Browse files Browse the repository at this point in the history
Release for passcodes to 20% of audience
  • Loading branch information
coldlink authored Jan 15, 2025
2 parents 19301aa + f1890ed commit a63a561
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.1, // 10% (1 is 100%)
audience: 0.2, // 20% (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 a63a561

Please sign in to comment.