Chatwoot/db/migrate/20220218120357_add_h_captcha_key.rb
Pranav Raj S ea44a32758
feat: Add hCaptcha for public forms (#4017)
- added hCaptcha based verification for chatwoot signups

Co-authored-by: Sojan <sojan@pepalo.com>
2022-02-18 20:02:50 +05:30

5 lines
104 B
Ruby

class AddHCaptchaKey < ActiveRecord::Migration[6.1]
def change
ConfigLoader.new.process
end
end