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