mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02: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:
committed by
Copybot
parent
aba8b6f687
commit
8206dca03f
@@ -248,6 +248,7 @@ const AuthenticationController = {
|
||||
return false
|
||||
case 'solved':
|
||||
return false
|
||||
case 'trusted':
|
||||
case 'skipped': {
|
||||
let required = false
|
||||
if (user.lastFailedLogin) {
|
||||
|
||||
Reference in New Issue
Block a user