From c6c7437861bff9572747674095c4dfbdfbea4988 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 4 Mar 2020 12:07:52 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/controllers/registrations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/registrations_controller.rb') diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 1c6cbf72cfa..855f69a0f98 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -4,7 +4,7 @@ class RegistrationsController < Devise::RegistrationsController include Recaptcha::Verify include AcceptsPendingInvitations include RecaptchaExperimentHelper - include InvisibleCaptcha + include InvisibleCaptchaOnSignup layout :choose_layout -- cgit v1.2.1