Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Sep 19, 2024
1 parent b7b3ca5 commit d9c23f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ public Authentication authenticate(Authentication authentication) throws Authent
}

return new AaaAuthenticationToken(userDetails);
} catch (UserAlreadyPresentException e) {
LOGGER.warn("User already exists: {}", e.getMessage());
} catch (IncorrectResultSizeDataAccessException e) {
LOGGER.debug("Unable to authenticate via LDAP", e);
}
Expand Down

0 comments on commit d9c23f3

Please sign in to comment.