Skip to content

Commit 9dd7ed1

Browse files
committed
change form acrion from non-existent Logoff to Logout
1 parent aa7614b commit 9dd7ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

0 commit comments

Comments
 (0)