2022-01-25 21:37:12 +00:00
|
|
|
- content_for :page_title do
|
2022-01-26 12:24:51 +00:00
|
|
|
= t('auth.captcha_confirmation.title')
|
2022-01-25 21:37:12 +00:00
|
|
|
|
|
|
|
= form_tag auth_captcha_confirmation_url, method: 'POST', class: 'simple_form' do
|
|
|
|
= hidden_field_tag :confirmation_token, params[:confirmation_token]
|
|
|
|
|
2022-01-26 12:24:51 +00:00
|
|
|
.field-group
|
|
|
|
%p.hint= t('auth.captcha_confirmation.hint_html')
|
|
|
|
|
2022-01-25 21:37:12 +00:00
|
|
|
.field-group
|
2022-01-25 22:56:57 +00:00
|
|
|
= render_captcha
|
2022-01-25 21:37:12 +00:00
|
|
|
|
|
|
|
.actions
|
|
|
|
%button.button= t('challenge.continue')
|