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