Show user avatar for git-gateway backend as well.

This commit is contained in:
Caleb 2017-09-08 09:02:48 -06:00 committed by GitHub
parent 04ae5051ce
commit df3d8754c8

View File

@ -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({