From f1de1c924e44bfee52bff9c018e04146c298ce6f Mon Sep 17 00:00:00 2001 From: maxlerebourg Date: Wed, 19 Jun 2024 20:13:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=20174=20fix=20classname=20for?= =?UTF-8?q?=20Turnstile=20(#178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: max.lerebourg --- pkg/captcha/captcha.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/captcha/captcha.go b/pkg/captcha/captcha.go index 53a5bce..ab5f837 100644 --- a/pkg/captcha/captcha.go +++ b/pkg/captcha/captcha.go @@ -48,7 +48,7 @@ var ( }, configuration.TurnstileProvider: { js: "https://challenges.cloudflare.com/turnstile/v0/api.js", - key: "cf-captcha", + key: "cf-turnstile", validate: "https://challenges.cloudflare.com/turnstile/v0/siteverify", }, }