mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 12:06:14 +02:00
fix(core): fixed login issue
This commit is contained in:
@@ -193,7 +193,9 @@
|
||||
}
|
||||
|
||||
function onUserSigninError(response) {
|
||||
NotifycationService.showErrorNotify(response.data.message, 'SIGN.SIGNIN_ERROR', {reason: $translate.instant(response.data.banReason.reason, response.data.banReason.params)});
|
||||
NotifycationService.showErrorNotify(response.data.message, 'SIGN.SIGNIN_ERROR', {
|
||||
reason: $translate.instant(response.data.banReason ? response.data.banReason.reason : undefined, response.data.banReason ? response.data.banReason.params : undefined)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user