mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: fix certain error handlers
This commit is contained in:
@ -128,7 +128,7 @@ class UserController {
|
||||
ctx.controller.showSuccess('Account deleted.');
|
||||
}
|
||||
}, errorMessage => {
|
||||
this._view.showError(response.description);
|
||||
this._view.showError(errorMessage);
|
||||
this._view.enableForm();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user