From 36ecb166128f03b7b8ed9696c2141c9be1501bfe Mon Sep 17 00:00:00 2001 From: git-directory-deploy <> Date: Thu, 3 Mar 2022 10:24:45 +0100 Subject: [PATCH] publish: update version number to 1.0.4 generated from commit 594be99e426b20bfffaf529a5645c53efc874a13 --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 3f37d19..4ba4bba 100644 --- a/index.js +++ b/index.js @@ -140,10 +140,10 @@ module.exports = new BaseKonnector(start) async function start(fields, cozyParameters) { try { // Local debug data - // const baseUrl = fields.eglBaseURL - // const apiAuthKey = fields.eglAPIAuthKey - const baseUrl = cozyParameters.secret.eglBaseURL - const apiAuthKey = cozyParameters.secret.eglAPIAuthKey + const baseUrl = fields.eglBaseURL + const apiAuthKey = fields.eglAPIAuthKey + // const baseUrl = cozyParameters.secret.eglBaseURL + // const apiAuthKey = cozyParameters.secret.eglAPIAuthKey log('info', 'Authenticating ...') const response = await authenticate( fields.login, -- GitLab