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.
baseURL
1 parent 30f456c commit a93068fCopy full SHA for a93068f
src/schemes/oauth2.ts
@@ -384,7 +384,6 @@ export class Oauth2Scheme<
384
const response = await this.$auth.request({
385
method: 'post',
386
url: this.options.endpoints.token,
387
- baseURL: '',
388
data: encodeQuery({
389
code: parsedQuery.code as string,
390
client_id: this.options.clientId + '',
@@ -449,7 +448,6 @@ export class Oauth2Scheme<
449
448
.request({
450
451
452
453
headers: {
454
'Content-Type': 'application/x-www-form-urlencoded'
455
},
0 commit comments