Skip to content

Commit

Permalink
chore: remove redunant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brakmic committed Dec 29, 2024
1 parent 6ddc12a commit e124f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ util.inherits(Strategy, OAuth2Strategy);
Strategy.prototype.userProfile = function(accessToken, done) {
var self = this;
this._oauth2._useAuthorizationHeaderForGET = true;

this._oauth2.get(this._userProfileURL, accessToken, function (err, body, res) {
var json;

Expand Down

0 comments on commit e124f84

Please sign in to comment.