Skip to content

Commit

Permalink
Merge pull request #586 from netlify/git-gateway-avatar
Browse files Browse the repository at this point in the history
Show user avatar for git-gateway backend.
  • Loading branch information
erquhart committed Sep 9, 2017
2 parents d3fd583 + df3d875 commit 3468ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/git-gateway/implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class GitGateway extends GitHubBackend {
const userData = {
name: user.user_metadata.name || user.email.split('@').shift(),
email: user.email,
avatar_url: user.user_metadata.avatar_url,
metadata: user.user_metadata,
};
this.api = new API({
Expand Down

0 comments on commit 3468ea7

Please sign in to comment.