Skip to content

Commit d774a75

Browse files
authored
Add private person domain to CozyTouch login (#686)
1 parent 2b7e6bf commit d774a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoverkiz/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ async def cozytouch_login(self) -> str:
283283
data=FormData(
284284
{
285285
"grant_type": "password",
286-
"username": self.username,
286+
"username": "GA-PRIVATEPERSON/" + self.username,
287287
"password": self.password,
288288
}
289289
),

0 commit comments

Comments
 (0)