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 f2ed254 commit 2472f04Copy full SHA for 2472f04
index.js
@@ -171,7 +171,7 @@ let docusignStrategy = new DocusignStrategy({
171
// See https://github.com/jaredhanson/passport-oauth2/pull/84
172
//
173
// Here we're just assigning the tokens to the account object
174
- // We store the data in DSAuthCodeGrant.loginCallback2
+ // We store the data in DSAuthCodeGrant.getDefaultAccountInfo
175
let user = profile;
176
user.accessToken = accessToken;
177
user.refreshToken = refreshToken;
0 commit comments