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