Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 9, 2025
1 parent 9ed5653 commit 8b3369f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ class WeishauptWem extends utils.Adapter {
this.log.error(
"Failed first Login Step. Please check your login on https://www.wemportal.com/Web/Login.aspx",
);
this.log.warn("Only one device per account is supported");
this.log.error(error);
error.resp && this.log.error(error.resp.data);
});
Expand Down

0 comments on commit 8b3369f

Please sign in to comment.