From c84abfb54273b73fafa4fed8e1561035e8ea5266 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 8 Jul 2020 16:15:30 +0300 Subject: [PATCH] do not display auth error message --- client/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;