From 59ed8d7e2f164a9ceafa3acee60078bdcebdf3fe Mon Sep 17 00:00:00 2001 From: TA2k Date: Sun, 29 Sep 2024 09:41:29 +0200 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 3073199..96b4fe3 100644 --- a/main.js +++ b/main.js @@ -97,7 +97,7 @@ class Libre extends utils.Adapter { .then((res) => { this.log.debug(JSON.stringify(res.data)); if (res.data.status !== 0) { - this.log.error('Login failed. Please check your credentials and login to the app and accept the terms of use.'); + this.log.error('Login failed. Please check your credentials and logout and login to the app and accept the terms of use.'); return; } if (res.data.data && res.data.data.authTicket) {