mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16015 from overleaf/jdt-trust-captcha-on-login
Add trusted case for captchaRequiredForLogin GitOrigin-RevId: 45cd93b46515ced034f1514f5454767383f3a17a
This commit is contained in:
parent
638c964fe2
commit
0a484bb325
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ const AuthenticationController = {
|
|||
return false
|
||||
case 'solved':
|
||||
return false
|
||||
case 'trusted':
|
||||
case 'skipped': {
|
||||
let required = false
|
||||
if (user.lastFailedLogin) {
|
||||
|
|
Loading…
Reference in a new issue