Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/registrations_helper.rb')
-rw-r--r--app/helpers/registrations_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/registrations_helper.rb b/app/helpers/registrations_helper.rb
index 91adc36749b..1724e11a6f1 100644
--- a/app/helpers/registrations_helper.rb
+++ b/app/helpers/registrations_helper.rb
@@ -10,6 +10,10 @@ module RegistrationsHelper
qa_selector: 'new_user_username_field'
}
end
+
+ def arkose_labs_challenge_enabled?
+ false
+ end
end
RegistrationsHelper.prepend_mod_with('RegistrationsHelper')