Skip to content

Commit

Permalink
Merge e4bccd6 into 1176890
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacqueen committed Sep 9, 2015
2 parents 1176890 + e4bccd6 commit 39f7ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/strategy.js
Expand Up @@ -218,7 +218,9 @@ Strategy.prototype._convertProfileFields = function(profileFields) {
'birthday': 'birthday',
'profileUrl': 'link',
'emails': 'email',
'photos': 'picture'
'photos': 'picture',
'currentLocation': 'location',
'hometown': 'hometown'
};

var fields = [];
Expand Down

0 comments on commit 39f7ccb

Please sign in to comment.