Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/initializers/ab_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ def self.all
RECOMMEND_WEBAUTHN_PLATFORM_FOR_SMS_USER = AbTest.new(
experiment_name: 'Recommend Face or Touch Unlock for SMS users',
should_log: [
'Multi-Factor Authentication',
'User Registration: MFA Setup Complete',
'User Registration: 2FA Setup',
:webauthn_platform_recommended_visited,
:webauthn_platform_recommended_submitted,
:webauthn_setup_submitted,
].to_set,
buckets: {
recommend_for_account_creation:
Expand Down