Skip to content

Commit e4b2c95

Browse files
feat(wf): support displaying all platform names linked to profile
1 parent 78e65e6 commit e4b2c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/webFeatures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ webFeaturesRouter.get("/local-users", async (req: CommonRequest, res) => {
163163
result.push({
164164
id: read.Id,
165165
name: read.Gamertag,
166-
platform: read.EpicId ? "Epic" : "Steam",
166+
platform: Object.keys(read.LinkedAccounts).join(" / "),
167167
lastOfficialSync:
168168
read.Extensions.LastOfficialSync?.toString() || null,
169169
})

0 commit comments

Comments
 (0)