Update dashboard.component.ts
ci-cd-vm / ci-cd (push) Successful in 3m0s

This commit is contained in:
Chris Chen
2026-06-23 20:38:11 -07:00
parent d327a5146c
commit 99585a1c0e
@@ -80,6 +80,10 @@ export class DashboardComponent implements OnInit {
}
getDisplayName(): string {
const member = this.currentUser?.memberInfo;
if (member) {
return `${member.nickName ?? member.firstName_en} ${member.lastName_en}`;
}
return this.currentUser?.email || '';
}