client/users: fix user update success notification
This commit is contained in:
parent
524cbd0680
commit
dd3774ee57
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class UsersController {
|
|||
data.name || api.userName,
|
||||
data.password || api.userPassword,
|
||||
false) :
|
||||
Promise.fulfill();
|
||||
Promise.resolve();
|
||||
}, response => {
|
||||
return Promise.reject(response.description);
|
||||
}).then(() => {
|
||||
|
|
Loading…
Reference in a new issue