0
Fork 0
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:
Xiao Yijun 2022-05-26 18:49:07 +08:00 committed by GitHub
parent ab7a35267a
commit 16449ad919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ export default class GoogleConnector implements SocialConnector {
grant_type: 'authorization_code',
},
timeout: defaultTimeout,
followRedirect: true,
})
.json<AccessTokenResponse>();