fix: make sure discord claim always has username

This commit is contained in:
Yarmo Mackenbach 2024-09-01 11:20:00 +02:00
parent f99092bce6
commit e249329f39
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -41,7 +41,7 @@ export function processURI (uri) {
homepage: 'https://discord.com'
},
profile: {
display: null,
display: 'Unknown username',
uri: null,
qr: null
},