Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional detail to login errors #229

Closed
wants to merge 9 commits into from

Conversation

bdraco
Copy link
Contributor

@bdraco bdraco commented Jan 15, 2023

No description provided.

if result.get("error"):
if error:
# Remove this
_LOGGER.error("Attempt to login (%s/%s) failed: %s", self.username, self._password, error)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would obviously be a very bad idea in production 😉

@mib1185 mib1185 added this to the 2.0.1 milestone Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants