safejson displayname fix

This commit is contained in:
Erik 2022-11-20 18:36:49 +02:00
parent aa7006754f
commit 323cfe55df
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -163,7 +163,7 @@ class User {
return { return {
id: this.id, id: this.id,
username: this.username, username: this.username,
displayName: this._displayName, displayName: this.displayName,
type: this.type, type: this.type,
permissions: this.permissions, permissions: this.permissions,
externalProfiles: Object.values(this.externalProfiles).map(prof => { externalProfiles: Object.values(this.externalProfiles).map(prof => {