Skip to content

Commit dcae80b

Browse files
committed
Disable invisible captcha to troubleshoot false positives
1 parent a041864 commit dcae80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/users/newsletter_subscriptions_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Users::NewsletterSubscriptionsController < ApplicationController
2-
invisible_captcha only: [:create]
2+
# invisible_captcha only: [:create]
33

44
before_action :authenticate_user_or_not_found!, only: [:index, :subscribe]
55
before_action :authenticate_user!, only: [:subscribe]

0 commit comments

Comments
 (0)