🔨 174 fix classname for Turnstile (#178)

Co-authored-by: max.lerebourg <max.lerebourg@monisnap.com>
This commit is contained in:
maxlerebourg
2024-06-19 20:13:49 +02:00
committed by GitHub
co-authored by max.lerebourg
parent 36e6043c32
commit f1de1c924e
+1 -1
View File
@@ -48,7 +48,7 @@ var (
}, },
configuration.TurnstileProvider: { configuration.TurnstileProvider: {
js: "https://challenges.cloudflare.com/turnstile/v0/api.js", js: "https://challenges.cloudflare.com/turnstile/v0/api.js",
key: "cf-captcha", key: "cf-turnstile",
validate: "https://challenges.cloudflare.com/turnstile/v0/siteverify", validate: "https://challenges.cloudflare.com/turnstile/v0/siteverify",
}, },
} }