log remove

This commit is contained in:
Anthony Stirling
2023-12-25 15:17:06 +00:00
parent a286a92ede
commit b962e867d8
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ public class CustomAuthenticationFailureHandler extends SimpleUrlAuthenticationF
String username = request.getParameter("username");
if(loginAttemptService.loginAttemptCheck(username)) {
setDefaultFailureUrl("/login?error=locked");
System.out.println("test?");
} else {
if (exception.getClass().isAssignableFrom(BadCredentialsException.class)) {