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) {