mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
fix: make sure discord claim always has username
This commit is contained in:
parent
f99092bce6
commit
e249329f39
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function processURI (uri) {
|
||||||
homepage: 'https://discord.com'
|
homepage: 'https://discord.com'
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
display: null,
|
display: 'Unknown username',
|
||||||
uri: null,
|
uri: null,
|
||||||
qr: null
|
qr: null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue