mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
typo fix on recaptcha middleware...
Former-commit-id: 214c56fcd84c86742175e37185e130eeae85f07f
This commit is contained in:
@@ -26,7 +26,7 @@ func main() {
|
||||
return
|
||||
}
|
||||
|
||||
result := recaptcha.SiteFerify(ctx, recaptchaSecret)
|
||||
result := recaptcha.SiteVerify(ctx, recaptchaSecret)
|
||||
if !result.Success {
|
||||
/* redirect here if u want or do nothing */
|
||||
ctx.HTML("<b> failed please try again </b>")
|
||||
|
||||
Reference in New Issue
Block a user