mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 18:32:33 +01:00
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,
|
||||
external_id: userInfo.id.toString(),
|
||||
friend_sync: params.friend_sync,
|
||||
name: userInfo.name,
|
||||
name: userInfo.login,
|
||||
type: this.id,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user