mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-19 19:50:27 +02:00
feat(users): add ban reason when admin banned a user
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
}
|
||||
|
||||
function onUserSigninError(response) {
|
||||
NotifycationService.showErrorNotify(response.data.message, 'SIGN.SIGNIN_ERROR');
|
||||
NotifycationService.showErrorNotify(response.data.message, 'SIGN.SIGNIN_ERROR', {reason: $translate.instant(response.data.reason)});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user