Skip to content

Commit 2472f04

Browse files
committed
Fix comment
1 parent f2ed254 commit 2472f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ let docusignStrategy = new DocusignStrategy({
171171
// See https://github.com/jaredhanson/passport-oauth2/pull/84
172172
//
173173
// Here we're just assigning the tokens to the account object
174-
// We store the data in DSAuthCodeGrant.loginCallback2
174+
// We store the data in DSAuthCodeGrant.getDefaultAccountInfo
175175
let user = profile;
176176
user.accessToken = accessToken;
177177
user.refreshToken = refreshToken;

0 commit comments

Comments
 (0)