From 983194a32250ee0c9491b45e01db135017c4c577 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Tue, 20 Oct 2020 08:29:33 -0400 Subject: [PATCH 1/2] Add additional used strings from doc auth gem --- app/services/doc_auth_router.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/services/doc_auth_router.rb b/app/services/doc_auth_router.rb index 5f99e5ddce9..5230e012e95 100644 --- a/app/services/doc_auth_router.rb +++ b/app/services/doc_auth_router.rb @@ -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, From 93935216dff46556a7f7db66f68a10d3ce419b54 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Tue, 20 Oct 2020 08:29:42 -0400 Subject: [PATCH 2/2] Remove unused selfie string from JS configuration --- config/js_locale_strings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/js_locale_strings.yml b/config/js_locale_strings.yml index 0e3e0e0708d..523bf739f43 100644 --- a/config/js_locale_strings.yml +++ b/config/js_locale_strings.yml @@ -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