diff options
Diffstat (limited to 'client/js/controllers/users_controller.js')
| -rw-r--r-- | client/js/controllers/users_controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/users_controller.js b/client/js/controllers/users_controller.js index eb89b02..8b84d18 100644 --- a/client/js/controllers/users_controller.js +++ b/client/js/controllers/users_controller.js @@ -54,7 +54,7 @@ class UsersController { this.user = response.user; next(); }).catch(response => { - this.userView.empty(); + this.userView.emptyView(this.userView.contentHolder); events.notify(events.Error, response.description); }); } |