Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Feb 16, 2023
1 parent e14c8d1 commit c29343d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { StoreService } from '../../../shared/store/state.service';
<eo-ng-dropdown-menu #userMenu>
<ul nz-menu>
<li class="px-[12px] py-[5px] font-bold">
{{ store.getUserProfile?.userNickName }}
{{ store.getUserProfile?.email }}
</li>
<li nz-menu-item (click)="openSettingModal()" i18n>Account Setting</li>
<li nz-menu-item (click)="loginOut()" i18n>Sign Out</li>
Expand Down

0 comments on commit c29343d

Please sign in to comment.