Add lookups for static user list, make LDAP optional
This commit is contained in:
@@ -25,7 +25,8 @@ export default class Profile {
|
||||
}
|
||||
|
||||
get name(): string {
|
||||
return this.data.name || "Anonymous";
|
||||
return this.data.display_name || this.data.displayName ||
|
||||
this.data.name || "Anonymous";
|
||||
}
|
||||
|
||||
get about(): string {
|
||||
|
||||
Reference in New Issue
Block a user