0
0
Fork 0

Move hcaptcha service config to config_for yml (#30662)

This commit is contained in:
Matt Jankowski 2024-10-23 10:25:43 -04:00 committed by GitHub
parent 35f008aa2a
commit 97b18d10b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

View file

@ -10,7 +10,7 @@ module Auth::CaptchaConcern
end
def captcha_available?
ENV['HCAPTCHA_SECRET_KEY'].present? && ENV['HCAPTCHA_SITE_KEY'].present?
Rails.configuration.x.captcha.secret_key.present? && Rails.configuration.x.captcha.site_key.present?
end
def captcha_enabled?