change form acrion from non-existent Logoff to Logout

This commit is contained in:
Lee Dumond 2019-04-08 19:38:49 -05:00
parent aa7614be5a
commit 9dd7ed117e

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>