mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29: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'
|
||||
},
|
||||
profile: {
|
||||
display: null,
|
||||
display: 'Unknown username',
|
||||
uri: null,
|
||||
qr: null
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue