ready to test - E

This commit is contained in:
2023-11-09 11:41:33 -07:00
parent 1ab4316c22
commit 447f83f327
4 changed files with 18 additions and 13 deletions

View File

@ -71,7 +71,7 @@
<li>@Html.ActionLink("Export", "Index", "Export", new { area = "" }, null)</li>
</ul>
<p class="navbar-text navbar-right">
@User.Identity.Name
@User.Identity?.Name
</p>
</div>
</div>