Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k authored Sep 29, 2024
1 parent e551034 commit 59ed8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 59ed8d7

Please # to comment.