mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
fix typo
This commit is contained in:
@@ -177,7 +177,7 @@ public class ConfigurableLoginAttemptHandler implements LoginAttemptHandler
|
||||
token.getPrincipal(), attempt);
|
||||
attempt.increase();
|
||||
|
||||
throw new ExcessiveAttemptsException("account is temporarly locked");
|
||||
throw new ExcessiveAttemptsException("account is temporary locked");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user