Skip to content

Commit

Permalink
fixed typo in passport.js (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjim83 authored and koistya committed Jun 12, 2016
1 parent bf44958 commit 68b0fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/passport.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ passport.use(new FacebookStrategy({
{ type: claimType, value: accessToken },
],
profile: {
displaynName: profile.displayName,
displayName: profile.displayName,
gender: profile._json.gender,
picture: `https://graph.facebook.com/${profile.id}/picture?type=large`,
},
Expand Down

0 comments on commit 68b0fd4

Please sign in to comment.