mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-04-23 23:01:31 -06: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…
Add table
Add a link
Reference in a new issue