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 97cc383 commit 3d9c8d0Copy full SHA for 3d9c8d0
lib/refresh.js
@@ -55,7 +55,7 @@ AuthTokenRefresh.use = function(name, strategy) {
55
strategy._oauth2._customHeaders)
56
};
57
58
- // Some strategies use overwrite the getOAuthAccessToken function to set headers
+ // Some strategies overwrite the getOAuthAccessToken function to set headers
59
// https://github.com/fiznool/passport-oauth2-refresh/issues/10
60
AuthTokenRefresh._strategies[name].refreshOAuth2.getOAuthAccessToken = strategy._oauth2.getOAuthAccessToken;
61
0 commit comments