Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-13006: remove skip_doc_auth from session #11569

Merged
merged 2 commits into from
Dec 2, 2024
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
2 changes: 0 additions & 2 deletions app/services/idv/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module Idv
# @attr resolution_successful [Boolean, nil]
# @attr selfie_check_performed [Boolean, nil]
# @attr selfie_check_required [Boolean, nil]
# @attr skip_doc_auth [Boolean, nil]
# @attr skip_doc_auth_from_handoff [Boolean, nil]
# @attr skip_doc_auth_from_how_to_verify [Boolean, nil]
# @attr skip_hybrid_handoff [Boolean, nil]
Expand Down Expand Up @@ -69,7 +68,6 @@ class Session
resolution_successful
selfie_check_performed
selfie_check_required
skip_doc_auth
skip_doc_auth_from_handoff
skip_doc_auth_from_how_to_verify
skip_hybrid_handoff
Expand Down