1
0
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:
Madeline 2022-12-23 20:08:23 +11:00 committed by Puyodead1
parent 3f9887d855
commit 42b2237d0f
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -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,
});
}