From 8206dca03f56578f24b94487d288265d5172adfc Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Tue, 28 Nov 2023 12:24:59 -0500 Subject: [PATCH] Merge pull request #16015 from overleaf/jdt-trust-captcha-on-login Add trusted case for captchaRequiredForLogin GitOrigin-RevId: 45cd93b46515ced034f1514f5454767383f3a17a --- .../app/src/Features/Authentication/AuthenticationController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/app/src/Features/Authentication/AuthenticationController.js b/services/web/app/src/Features/Authentication/AuthenticationController.js index 0e2495b351..32b294962b 100644 --- a/services/web/app/src/Features/Authentication/AuthenticationController.js +++ b/services/web/app/src/Features/Authentication/AuthenticationController.js @@ -248,6 +248,7 @@ const AuthenticationController = { return false case 'solved': return false + case 'trusted': case 'skipped': { let required = false if (user.lastFailedLogin) {