Browse Source

change form acrion from non-existent Logoff to Logout

pull/1001/head
Lee Dumond 5 years ago
parent
commit
9dd7ed117e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml

+ 1
- 1
src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml View File

@ -7,7 +7,7 @@
@if (SignInManager.IsSignedIn(User))
{
<form asp-area="" asp-controller="Account" asp-action="LogOff" method="post" id="logoutForm" class="navbar-right">
<form asp-area="" asp-controller="Account" asp-action="Logout" method="post" id="logoutForm" class="navbar-right">
<ul class="nav navbar-nav navbar-right">
<li>
<a asp-area="" asp-controller="Manage" asp-action="Index" title="Manage">Hello @UserManager.GetUserName(User)!</a>


Loading…
Cancel
Save