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]}"