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