Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 17, 2021
1 parent 8a33125 commit 95afc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ passport.use(new OpenIDConnectStrategy({
if (err) { return cb(err); }
var user = {
id: id.toString(),
displayName: profile.displayName
name: profile.displayName
};
return cb(null, user);
});
Expand Down

0 comments on commit 95afc66

Please sign in to comment.