Switch from Github real name to username for GH connection
This commit is contained in:
parent
3f9887d855
commit
42b2237d0f
@ -109,7 +109,7 @@ export default class GitHubConnection extends Connection {
|
|||||||
user_id: userId,
|
user_id: userId,
|
||||||
external_id: userInfo.id.toString(),
|
external_id: userInfo.id.toString(),
|
||||||
friend_sync: params.friend_sync,
|
friend_sync: params.friend_sync,
|
||||||
name: userInfo.name,
|
name: userInfo.login,
|
||||||
type: this.id,
|
type: this.id,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user