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", }, }