mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/views: refactor rendering
This commit is contained in:
@ -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);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user