From 7b7430393488447cf446e284ec71f63ec3e1a2b4 Mon Sep 17 00:00:00 2001 From: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com> Date: Sun, 20 Jan 2019 19:37:39 +0530 Subject: [PATCH] Adding height to div for recaptcha (#4672) --- app/views/users/_create_form.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/users/_create_form.html.erb b/app/views/users/_create_form.html.erb index 1e2802a5e2..7e4419aef3 100644 --- a/app/views/users/_create_form.html.erb +++ b/app/views/users/_create_form.html.erb @@ -72,7 +72,9 @@ <% if Rails.env == "production" && !params[:spamaway] %> - <%= recaptcha_tags %> +
+ <%= recaptcha_tags %> +

If you cannot use the ReCaptcha to verify you are not a bot, use this alternative verification.

<% else %> <%= render partial: 'users/spamaway' %>