From 97d09e932f5d9b3d32ce4594d9fd3ee802a67d65 Mon Sep 17 00:00:00 2001 From: Leni Kadali <52788034+lenikadali@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:07:43 +0300 Subject: [PATCH] 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 --- app/controllers/auth/confirmations_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/auth/confirmations_controller.rb b/app/controllers/auth/confirmations_controller.rb index c2344f8b4e..960dc1832b 100644 --- a/app/controllers/auth/confirmations_controller.rb +++ b/app/controllers/auth/confirmations_controller.rb @@ -2,7 +2,6 @@ class Auth::ConfirmationsController < Devise::ConfirmationsController include Auth::CaptchaConcern - include Auth::CaptchaConcern::Mcaptcha layout 'auth'