mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
chore(google-connector): remove redundant request options (#965)
This commit is contained in:
parent
ab7a35267a
commit
16449ad919
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ export default class GoogleConnector implements SocialConnector {
|
|||
grant_type: 'authorization_code',
|
||||
},
|
||||
timeout: defaultTimeout,
|
||||
followRedirect: true,
|
||||
})
|
||||
.json<AccessTokenResponse>();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue