mirror of https://github.com/mastodon/mastodon
Add remaining files from hcaptcha gem implementation
Added the remaining files from the hcaptcha gem implementation in the hope that it will make it easier to solve the inability to find Mcaptcha::Adapters::ViewMethods
This commit is contained in:
parent
d4d85ccbee
commit
97d09e932f
|
@ -2,7 +2,6 @@
|
|||
|
||||
class Auth::ConfirmationsController < Devise::ConfirmationsController
|
||||
include Auth::CaptchaConcern
|
||||
include Auth::CaptchaConcern::Mcaptcha
|
||||
|
||||
layout 'auth'
|
||||
|
||||
|
|
Loading…
Reference in New Issue