mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 22:32:43 +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, "credentialsNonExpired").asBoolean(),
|
||||||
readJsonNode(jsonNode, "accountNonLocked").asBoolean(), authorities
|
readJsonNode(jsonNode, "accountNonLocked").asBoolean(), authorities
|
||||||
);
|
);
|
||||||
|
|
||||||
if(password.asText(null) == null) {
|
if(password.asText(null) == null) {
|
||||||
result.eraseCredentials();
|
result.eraseCredentials();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user