We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8316825 commit 62c608dCopy full SHA for 62c608d
src/client/auth.ts
@@ -774,6 +774,7 @@ export async function exchangeAuthorization(
774
// Exchange code for tokens
775
const headers = new Headers({
776
"Content-Type": "application/x-www-form-urlencoded",
777
+ "Accept": "application/json",
778
});
779
const params = new URLSearchParams({
780
grant_type: grantType,
0 commit comments