User name added to profile page

This commit is contained in:
Eudes Inácio
2022-12-14 17:32:28 +01:00
parent 50baea86e8
commit 82e1af8bdd
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@
<ion-header class=" bg-blue ion-no-border">
<div class="profile-content">
<div class="profile-name d-flex justify-content-center width-100">
<ion-label >{{loggeduser.FullName}}</ion-label>
</div>
<div class="profile-title d-flex justify-content-center width-100">
<ion-label >{{loggeduser.RoleDescription}}</ion-label>
</div>