Skip to content

Commit

Permalink
feat: remove skip_doc_auth_from_handoff in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithNava committed Sep 25, 2024
1 parent 92f3cb3 commit 626ee1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/idv/how_to_verify_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def update
if result.success?
if how_to_verify_form_params['selection'] == Idv::HowToVerifyForm::REMOTE
idv_session.opted_in_to_in_person_proofing = false
idv_session.skip_doc_auth_from_handoff = false
idv_session.skip_doc_auth_from_how_to_verify = false
redirect_to idv_hybrid_handoff_url
else
Expand Down

0 comments on commit 626ee1b

Please sign in to comment.