Skip to content

Commit b178178

Browse files
committed
fix: #147 Display correct username
1 parent 4ca6c8e commit b178178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/modules/shared/components/user/user.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
aria-haspopup="true"
88
aria-expanded="false"
99
>
10-
<i class="far fa-user-circle"></i> Dario Herrera
10+
<i class="far fa-user-circle"></i>
11+
{{name}}
1112
</a>
1213
<div class="dropdown-menu style-click" aria-labelledby="navbarDropdown">
1314
<a class="dropdown-item style-click" (click)="logout()">Sign Out</a>

0 commit comments

Comments
 (0)