mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Resolve #752
This commit is contained in:
parent
544ec16830
commit
4709e6fc25
2 changed files with 27 additions and 24 deletions
|
|
@ -10,7 +10,8 @@ const getURL = (add = '') => serverRequest('Json') + pString(add),
|
|||
checkResponseError = data => {
|
||||
const err = data ? data.ErrorCode : null;
|
||||
if (Notification.InvalidToken === err) {
|
||||
alert(getNotification(err));
|
||||
console.error(getNotification(err));
|
||||
// alert(getNotification(err));
|
||||
rl.logoutReload();
|
||||
} else if ([
|
||||
Notification.AuthError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue