WIP
This commit is contained in:
@@ -330,6 +330,10 @@ export class UserPortalComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
getDisplayName(): string {
|
||||
const member = this.currentUser?.memberInfo;
|
||||
if (member) {
|
||||
return `${member.nickName ?? member.firstName_en} ${member.lastName_en}`;
|
||||
}
|
||||
return this.currentUser?.email || '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user