diff --git a/app/views/idv/doc_auth/back_image.html.erb b/app/views/idv/doc_auth/back_image.html.erb index 004b036c848..6d8a0291be9 100644 --- a/app/views/idv/doc_auth/back_image.html.erb +++ b/app/views/idv/doc_auth/back_image.html.erb @@ -20,19 +20,10 @@ html: { autocomplete: 'off', role: 'form', class: 'mt2' }) do |f| %> <%= f.input :image_data_url, as: :hidden %> <%= render 'idv/doc_auth/notices', flow_session: flow_session %> -
- <%= f.input :image, label: false, as: :file, required: true, wrapper_class: 'mt3 sm-col-8' %> -
-
- <%= render 'idv/doc_auth/submit_with_spinner' %> -
-
-
- <%= render( - 'idv/acuant_sdk_document_capture_form', - capture_button_label: t('doc_auth.buttons.upload_picture'), - retry_capture_button_label: t('doc_auth.buttons.upload_picture_retry'), - ) %> + <%= f.input :image, label: false, as: :file, required: true, wrapper_class: 'mt3 sm-col-8' %> +
+
+ <%= render 'idv/doc_auth/submit_with_spinner' %>
<% end %> diff --git a/app/views/idv/doc_auth/front_image.html.erb b/app/views/idv/doc_auth/front_image.html.erb index cea4c6745b2..1aed7846afe 100644 --- a/app/views/idv/doc_auth/front_image.html.erb +++ b/app/views/idv/doc_auth/front_image.html.erb @@ -24,19 +24,10 @@ ) do |f| %> <%= f.input :image_data_url, as: :hidden %> <%= render 'idv/doc_auth/notices', flow_session: flow_session %> -
- <%= f.input :image, label: false, as: :file, required: true, wrapper_class: 'mt3 sm-col-8' %> -
-
- <%= render 'idv/doc_auth/submit_with_spinner' %> -
-
-
- <%= render( - 'idv/acuant_sdk_document_capture_form', - capture_button_label: t('doc_auth.buttons.upload_picture'), - retry_capture_button_label: t('doc_auth.buttons.upload_picture_retry'), - ) %> + <%= f.input :image, label: false, as: :file, required: true, wrapper_class: 'mt3 sm-col-8' %> +
+
+ <%= render 'idv/doc_auth/submit_with_spinner' %>
<% end %> diff --git a/config/locales/doc_auth/en.yml b/config/locales/doc_auth/en.yml index 7391c00f1f2..3e6bcb8cf15 100644 --- a/config/locales/doc_auth/en.yml +++ b/config/locales/doc_auth/en.yml @@ -8,8 +8,6 @@ en: start_over: Start over take_picture: Take photo take_picture_retry: Retake photo - upload_picture: Upload photo - upload_picture_retry: Re-upload photo use_phone: Use your phone forms: address1: Address diff --git a/config/locales/doc_auth/es.yml b/config/locales/doc_auth/es.yml index 1ca0e7bb740..2bc948175df 100644 --- a/config/locales/doc_auth/es.yml +++ b/config/locales/doc_auth/es.yml @@ -8,8 +8,6 @@ es: start_over: Comenzar de nuevo take_picture: Tomar la foto take_picture_retry: Retomar foto - upload_picture: Subir foto - upload_picture_retry: Volver a subir la foto use_phone: Usa tu telefono forms: address1: Dirección diff --git a/config/locales/doc_auth/fr.yml b/config/locales/doc_auth/fr.yml index 9ea32e328f1..6022037872a 100644 --- a/config/locales/doc_auth/fr.yml +++ b/config/locales/doc_auth/fr.yml @@ -8,8 +8,6 @@ fr: start_over: Recommencer take_picture: Prendre une photo take_picture_retry: Reprendre la photo - upload_picture: Envoyer la photo - upload_picture_retry: Re-télécharger la photo use_phone: Utilisez votre téléphone forms: address1: Adresse