do not display auth error message

This commit is contained in:
Yuri Kuznetsov
2020-07-08 16:15:30 +03:00
parent 656f66f567
commit c84abfb542

View File

@@ -671,7 +671,7 @@ define(
if (self.auth) {
self.logout();
} else {
Espo.Ui.error(self.language.translate('Auth error'));
console.error('Error 401: Unauthorized.');
}
}
break;