1
0
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:
Gerasimos (Makis) Maropoulos
2020-04-11 20:23:02 +03:00
parent e9b10b14a3
commit 6432e34151
2 changed files with 5 additions and 5 deletions

View File

@@ -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>")