mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
do not display auth error message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user