This commit is contained in:
alteredCoder 2022-01-31 15:40:01 +01:00
parent e1c2b0734e
commit 1636169e14

View file

@ -101,7 +101,7 @@ function M.Validate(g_captcha_res, remote_ip)
for k, v in pairs(result["error-codes"]) do
if v == "invalid-input-secret" then
ngx.log(ngx.ERR, "reCaptcha secret key is invalid")
break
return true, nil
end
end
end