From c940118c124c7f44d6566b01d81bd92aa899faa6 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 16 Jan 2026 22:05:37 +0530 Subject: [PATCH] fix: add 'too_many_attempts' to error codes in logInError function --- src/core/actions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/actions.js b/src/core/actions.js index a5a953985..fda1cd77b 100644 --- a/src/core/actions.js +++ b/src/core/actions.js @@ -242,7 +242,8 @@ function logInError(id, fields, error, localHandler = (_id, _error, _fields, nex 'rule_error', 'lock.unauthorized', 'invalid_user_password', - 'login_required' + 'login_required', + 'too_many_attempts' ]; if (errorCodesThatEmitAuthorizationErrorEvent.indexOf(errorCode) > -1) {