Skip to content

Commit

Permalink
Edit for style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Mar 9, 2014
1 parent 967aa0c commit 289053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategy.js
Expand Up @@ -60,8 +60,8 @@ function Strategy(options, verify) {

OAuth2Strategy.call(this, options, verify);
this.name = 'github';
this._oauth2.useAuthorizationHeaderforGET(true);
this._userProfileURL = options.userProfileURL || 'https://api.github.com/user';
this._oauth2.useAuthorizationHeaderforGET(true);
}

/**
Expand Down

0 comments on commit 289053e

Please sign in to comment.