Attempt fix

This commit is contained in:
Henry Hiles 2025-06-22 13:09:28 -04:00
commit 754ff56119
No known key found for this signature in database

View file

@ -115,7 +115,8 @@ class ApiHelper {
Request( Request(
"POST", "POST",
Uri.base, Uri.base,
body: json.encode({"code": code, "client_id": "proxy"}), body: utf8.encode('code=$code&client_id=proxy'),
headers: {'Content-Type': 'application/x-www-form-urlencoded'},
), ),
); );