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
Binary file removed app/assets/images/inherited_proofing/switch.png
Binary file not shown.
Binary file removed app/assets/images/shield-spinner.gif
Binary file not shown.
37 changes: 0 additions & 37 deletions app/controllers/concerns/allowlisted_flow_step_concern.rb

This file was deleted.

13 changes: 0 additions & 13 deletions app/controllers/concerns/inherited_proofing_404_concern.rb

This file was deleted.

47 changes: 0 additions & 47 deletions app/controllers/concerns/inherited_proofing_concern.rb

This file was deleted.

15 changes: 0 additions & 15 deletions app/controllers/concerns/inherited_proofing_presenter_concern.rb

This file was deleted.

77 changes: 0 additions & 77 deletions app/controllers/idv/inherited_proofing_cancellations_controller.rb

This file was deleted.

22 changes: 0 additions & 22 deletions app/controllers/idv/inherited_proofing_controller.rb

This file was deleted.

13 changes: 0 additions & 13 deletions app/controllers/idv/inherited_proofing_errors_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/controllers/idv/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def cancel_in_person_enrollment_if_exists
def clear_session
user_session['idv/doc_auth'] = {}
user_session['idv/in_person'] = {}
user_session['idv/inherited_proofing'] = {}
idv_session.clear
Pii::Cacher.new(current_user, user_session).delete
end
Expand Down
2 changes: 0 additions & 2 deletions app/controllers/idv_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class IdvController < ApplicationController
include IdvSession
include AccountReactivationConcern
include InheritedProofingConcern
include FraudReviewConcern

before_action :confirm_two_factor_authenticated
Expand Down Expand Up @@ -34,7 +33,6 @@ def activated

def verify_identity
analytics.idv_intro_visit
return redirect_to idv_inherited_proofing_url if inherited_proofing?
redirect_to idv_doc_auth_url
end

Expand Down
1 change: 0 additions & 1 deletion app/controllers/openid_connect/authorization_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class AuthorizationController < ApplicationController
include SecureHeadersConcern
include AuthorizationCountConcern
include BillableEventTrackable
include InheritedProofingConcern
include FraudReviewConcern

before_action :build_authorize_form_from_params, only: [:index]
Expand Down
120 changes: 0 additions & 120 deletions app/forms/idv/inherited_proofing/base_form.rb

This file was deleted.

Loading