Using the correct login name

This commit is contained in:
Eric Fleming
2019-02-01 19:58:13 -05:00
parent c0a2aee9f0
commit dbb7bbc4d8

View File

@@ -4,7 +4,7 @@
<div class="esh-identity">
<form asp-area="" asp-controller="Account" asp-action="SignOut" method="post" id="logoutForm" class="navbar-right">
<section class="esh-identity-section">
@*<div class="esh-identity-name">@User.FindFirst(x => x.Type == "preferred_username").Value</div>*@
<div class="esh-identity-name">@Context.User.Identity.Name</div>
<img class="esh-identity-image" src="~/images/arrow-down.png">
</section>
<section class="esh-identity-drop">