mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +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…
Reference in New Issue
Block a user