diff --git a/packages/core/src/api/oauth2.ts b/packages/core/src/api/oauth2.ts index df711cc058d6..0c62400f0496 100644 --- a/packages/core/src/api/oauth2.ts +++ b/packages/core/src/api/oauth2.ts @@ -47,6 +47,7 @@ export class OAuth2API { headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, + auth: false, signal, }) as Promise; } @@ -68,6 +69,7 @@ export class OAuth2API { headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, + auth: false, signal, }) as Promise; } @@ -91,6 +93,7 @@ export class OAuth2API { headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, + auth: false, signal, }) as Promise; }