Skip to content

Commit

Permalink
feat: lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithNava committed Oct 1, 2024
1 parent bb7e1f2 commit ef5a198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/idv/how_to_verify_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def self.step_info
idv_session.service_provider&.in_person_proofing_enabled
end,
undo_step: ->(idv_session:, user:) {
idv_session.skip_doc_auth_from_how_to_verify = nil || idv_session.skip_doc_auth = nil
idv_session.skip_doc_auth_from_how_to_verify = nil ||
idv_session.skip_doc_auth = nil
idv_session.opted_in_to_in_person_proofing = nil
},
)
Expand Down

0 comments on commit ef5a198

Please sign in to comment.