From 55e9387bd5d1d1ce3ab01e01abc439638a1aff4e Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 15 Oct 2017 18:15:58 -0500 Subject: [PATCH] skip recaptcha --- web/app/controllers/landings_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/controllers/landings_controller.rb b/web/app/controllers/landings_controller.rb index 0b0f89f51..d271dc4ac 100644 --- a/web/app/controllers/landings_controller.rb +++ b/web/app/controllers/landings_controller.rb @@ -596,7 +596,8 @@ class LandingsController < ApplicationController password_confirmation: params[:password], gift_card: @code, terms_of_service: terms_of_service, - under_13: under_13) + under_13: under_13, + skip_recaptcha: true) if @user.errors.any? first = @user.errors.first @error = "#{first[0].to_s.humanize} #{first[1]}"