We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9512a commit b92178aCopy full SHA for b92178a
internal/api/turnstile.go
@@ -17,7 +17,6 @@ type TokenValidateResponse struct {
17
ErrorCodes []string `json:"error-codes"`
18
Success bool `json:"success"`
19
Action string `json:"action"`
20
- CData int `json:"cdata"`
21
}
22
23
func ValidateTurnstileToken(token string, secret string, remoteIp string) (bool, error) {
0 commit comments