This commit is contained in:
mmrbnjd
2024-04-29 18:15:46 +03:30
parent 7b8127dc72
commit 319270d567
20 changed files with 356 additions and 96 deletions

View File

@@ -23,7 +23,7 @@
stroke-linejoin="round" />
</svg>
<span>@userinfo.FullName</span>
<span>@userinfo.Company.Name</span>
</NavLink>
</div>

View File

@@ -5,6 +5,7 @@
@inject UserAuthenticationDTO userinfo
@inject HttpClient _hc
@inject NavigationManager nav
@inject localService localserv;
<HeadContent>
<link rel="canonical" href="#">
<!-- Favicon -->
@@ -199,6 +200,7 @@
</div>
@functions {
private async Task Logout()
{