mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-01-30 21:35:09 +01:00
rest user has not password set for rest api
This commit is contained in:
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…
x
Reference in New Issue
Block a user