Skip to content

Commit

Permalink
Add private person domain to CozyTouch login (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Nov 29, 2022
1 parent 2b7e6bf commit d774a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoverkiz/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async def cozytouch_login(self) -> str:
data=FormData(
{
"grant_type": "password",
"username": self.username,
"username": "GA-PRIVATEPERSON/" + self.username,
"password": self.password,
}
),
Expand Down

0 comments on commit d774a75

Please sign in to comment.