rest user has not password set for rest api
parent
db0854bed6
commit
feae417221
|
@ -51,6 +51,7 @@ public class RestUser {
|
|||
|
||||
public RestUser(@NotNull User user) {
|
||||
this.user = user;
|
||||
this.password = user.getPassword();
|
||||
}
|
||||
|
||||
public Calendar getCreationDate() {
|
||||
|
|
Loading…
Reference in New Issue