mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 06:12:27 +00:00
Fix checkstyle
Issue gh-3736
This commit is contained in:
parent
8ad0003456
commit
92a59e0df7
@ -65,7 +65,7 @@ class UserDeserializer extends JsonDeserializer<User> {
|
||||
readJsonNode(jsonNode, "credentialsNonExpired").asBoolean(),
|
||||
readJsonNode(jsonNode, "accountNonLocked").asBoolean(), authorities
|
||||
);
|
||||
|
||||
|
||||
if(password.asText(null) == null) {
|
||||
result.eraseCredentials();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user