Skip to content

Commit

Permalink
🔨 174 fix classname for Turnstile (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: max.lerebourg <[email protected]>
  • Loading branch information
maxlerebourg and max.lerebourg committed Jun 19, 2024
1 parent 36e6043 commit f1de1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/captcha/captcha.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
Expand Down

0 comments on commit f1de1c9

Please sign in to comment.