Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion app/components/key_pair_generator_component.html.erb

This file was deleted.

40 changes: 0 additions & 40 deletions app/components/key_pair_generator_component.js

This file was deleted.

11 changes: 0 additions & 11 deletions app/components/key_pair_generator_component.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
required: true,
wrapper_html: { class: 'margin-top-6' },
) %>
<%= render KeyPairGeneratorComponent.new(location: 'sign_in') %>
<%= f.input :request_id, as: :hidden, input_html: { value: @request_id } %>
<div class='margin-bottom-4'>
<%= f.submit t('links.next'), full_width: true, wide: false %>
Expand Down
1 change: 0 additions & 1 deletion config/application.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ irs_attempt_api_payload_size_logging_enabled: true
kantara_2fa_phone_restricted: false
kantara_2fa_phone_existing_user_restriction: false
kantara_restriction_enforcement_date: '2022-07-19'
key_pair_generation_percent: 0
liveness_checking_enabled: false
logins_per_ip_track_only_mode: false
# LexisNexis #####################################################
Expand Down
7 changes: 0 additions & 7 deletions config/initializers/ab_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@ module AbTests
nil,
}.compact,
)

KEY_PAIR_GENERATION = AbTestBucket.new(
experiment_name: 'Key Pair Generation',
buckets: {
key_pair_group: IdentityConfig.store.key_pair_generation_percent,
},
)
end
1 change: 0 additions & 1 deletion lib/identity_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def self.build_store(config_map)
config.add(:kantara_2fa_phone_restricted, type: :boolean)
config.add(:kantara_2fa_phone_existing_user_restriction, type: :boolean)
config.add(:kantara_restriction_enforcement_date, type: :timestamp)
config.add(:key_pair_generation_percent, type: :integer)
config.add(:lexisnexis_base_url, type: :string)
config.add(:lexisnexis_request_mode, type: :string)
config.add(:lexisnexis_account_id, type: :string)
Expand Down
29 changes: 0 additions & 29 deletions spec/features/users/key_pair_generation_spec.rb

This file was deleted.