mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 11:43:09 +00:00
remove 'script blocker' from recaptcha message
This commit is contained in:
parent
b387ca3b2a
commit
df9b866bee
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = CaptchaMiddleware =
|
|||
if !body?.success
|
||||
logger.warn {statusCode: response.statusCode, body: body}, 'failed recaptcha siteverify request'
|
||||
return res.status(400).send({errorReason:"cannot_verify_user_not_robot", message:
|
||||
{text:"Sorry, we could not verify that you are not a robot. Please check that Google reCAPTCHA is not being blocked by an ad or script blocker or firewall."}
|
||||
{text:"Sorry, we could not verify that you are not a robot. Please check that Google reCAPTCHA is not being blocked by an ad blocker or firewall."}
|
||||
})
|
||||
else
|
||||
return next()
|
||||
|
|
Loading…
Reference in a new issue