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
2 changes: 2 additions & 0 deletions app/services/doc_auth_router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module DocAuthRouter
def self.client
case doc_auth_vendor
when 'acuant'
# i18n-tasks-use t('errors.doc_auth.acuant_network_error')
# i18n-tasks-use t('errors.doc_auth.general_error')
# i18n-tasks-use t('errors.doc_auth.selfie')
IdentityDocAuth::Acuant::AcuantClient.new(
assure_id_password: Figaro.env.acuant_assure_id_password,
assure_id_subscription_id: Figaro.env.acuant_assure_id_subscription_id,
Expand Down
1 change: 0 additions & 1 deletion config/js_locale_strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
- errors.doc_auth.document_capture_selfie_consent_blocked
- errors.doc_auth.photo_blurry
- errors.doc_auth.photo_glare
- errors.doc_auth.selfie
- errors.file_input.invalid_type
- errors.messages.format_mismatch
- errors.messages.missing_field
Expand Down