- added hCaptcha based verification for chatwoot signups Co-authored-by: Sojan <sojan@pepalo.com>
6 lines
104 B
Ruby
6 lines
104 B
Ruby
class AddHCaptchaKey < ActiveRecord::Migration[6.1]
|
|
def change
|
|
ConfigLoader.new.process
|
|
end
|
|
end
|