2019-06-25 18:32:54 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module RecaptchaExperimentHelper
|
|
|
|
def show_recaptcha_sign_up?
|
|
|
|
!!Gitlab::Recaptcha.enabled?
|
|
|
|
end
|
|
|
|
end
|
2019-09-13 09:26:31 -04:00
|
|
|
|
|
|
|
RecaptchaExperimentHelper.prepend_if_ee('EE::RecaptchaExperimentHelper')
|