summaryrefslogtreecommitdiff
path: root/lib/gitlab/recaptcha.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/recaptcha.rb')
-rw-r--r--lib/gitlab/recaptcha.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitlab/recaptcha.rb b/lib/gitlab/recaptcha.rb
index a08cea5a435..1e9f6c497c0 100644
--- a/lib/gitlab/recaptcha.rb
+++ b/lib/gitlab/recaptcha.rb
@@ -24,3 +24,6 @@ module Gitlab
end
end
end
+
+# call prepend_mod to ensure JH-specific module run even though there is no corresponding EE-specific module
+Gitlab::Recaptcha.prepend_mod