diff --git a/modules/recaptcha/recaptcha.go b/modules/recaptcha/recaptcha.go index 1ee93ce8a..fb9267c02 100644 --- a/modules/recaptcha/recaptcha.go +++ b/modules/recaptcha/recaptcha.go @@ -15,6 +15,7 @@ import ( "code.gitea.io/gitea/modules/setting" ) +// Response is the structure of JSON returned from API type Response struct { Success bool `json:"success"` ChallengeTS time.Time `json:"challenge_ts"`