diff --git a/client/src/app.js b/client/src/app.js index 6a00fd1e0e..0021573c5f 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -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;