Show hCaptcha validation errors on registration
This commit is contained in:
parent
1ac7c35315
commit
29f6313c9a
|
@ -7,6 +7,7 @@
|
|||
%h1= t('views.sessions.new')
|
||||
= bootstrap_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
|
||||
= render 'devise/shared/error_messages', resource: resource
|
||||
= render 'layouts/messages'
|
||||
|
||||
= f.text_field :screen_name, autofocus: true, label: t('views.settings.account.username')
|
||||
= f.email_field :email, autofocus: false, label: t('views.settings.account.email')
|
||||
|
|
Loading…
Reference in New Issue