From b7aa57181d6ffa7c9e5fac6a4aa7d90a53f5e963 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Thu, 20 Apr 2023 17:20:15 +0200
Subject: [PATCH] publish: chore: add vscode colors matching egl

generated from commit 68c0917f89703774dc5f44e138da2c5a22f57a62
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 3ce309f..d3332e8 100644
--- a/index.js
+++ b/index.js
@@ -222,7 +222,7 @@ async function authenticate(login, password, baseUrl, apiAuthKey) {
       throw new Error()
     }
   } catch (error) {
-    throw new Error(errors.LOGIN_FAILED)
+    throw new Error(errors.UNKNOWN_ERROR)
   }
 }
 
-- 
GitLab