diff --git a/app/views/shared/_captcha.html.erb b/app/views/shared/_captcha.html.erb index 0793594e6..0c390b7e4 100644 --- a/app/views/shared/_captcha.html.erb +++ b/app/views/shared/_captcha.html.erb @@ -1,3 +1,3 @@ <% if Rails.application.secrets.recaptcha_public_key %> -
+ <%= recaptcha_tags ajax: true %> <% end %> \ No newline at end of file