This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2022-01-25 13:37:12 -08:00
|
|
|
- content_for :page_title do
|
2022-01-26 04:24:51 -08:00
|
|
|
= t('auth.captcha_confirmation.title')
|
2022-01-25 13:37:12 -08:00
|
|
|
|
|
|
|
= form_tag auth_captcha_confirmation_url, method: 'POST', class: 'simple_form' do
|
|
|
|
= hidden_field_tag :confirmation_token, params[:confirmation_token]
|
|
|
|
|
2022-01-26 04:24:51 -08:00
|
|
|
.field-group
|
|
|
|
%p.hint= t('auth.captcha_confirmation.hint_html')
|
|
|
|
|
2022-01-25 13:37:12 -08:00
|
|
|
.field-group
|
2022-01-25 14:56:57 -08:00
|
|
|
= render_captcha
|
2022-01-25 13:37:12 -08:00
|
|
|
|
|
|
|
.actions
|
|
|
|
%button.button= t('challenge.continue')
|