SUPPORT-9083: Fix
This commit is contained in:
parent
594c909260
commit
d7aa38bb57
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ public class EsiaAuthInfoStore {
|
|||
states.removeIf(ExpiringState::isExpired);
|
||||
}
|
||||
if (states.size() >= attemptsCount) {
|
||||
throw new LocalizedException("login.attempts.exceeded", MESSAGE_SOURCE);
|
||||
throw new LocalizedException("login_attempts_exceeded", MESSAGE_SOURCE);
|
||||
}
|
||||
states.add(newState);
|
||||
return states;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue