We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca6c8e commit b178178Copy full SHA for b178178
src/app/modules/shared/components/user/user.component.html
@@ -7,7 +7,8 @@
7
aria-haspopup="true"
8
aria-expanded="false"
9
>
10
- <i class="far fa-user-circle"></i> Dario Herrera
+ <i class="far fa-user-circle"></i>
11
+ {{name}}
12
</a>
13
<div class="dropdown-menu style-click" aria-labelledby="navbarDropdown">
14
<a class="dropdown-item style-click" (click)="logout()">Sign Out</a>
0 commit comments