We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a5aa7 commit d68250eCopy full SHA for d68250e
app/views/devise/registrations/new.html.erb
@@ -25,6 +25,8 @@
25
<label class="form-label">Confirm Password</label>
26
<%= f.password_field :password_confirmation, placeholder: "Confirm Password", autocomplete: "off", class: "form-control" %>
27
</div>
28
+ <%= flash[:recaptcha_error] %>
29
+ <%= recaptcha_tags %>
30
<div class="form-footer">
31
<button type="submit" class="btn btn-primary btn-block">Create new account</button>
32
0 commit comments