Skip to content

Commit cd662d9

Browse files
authored
Merge pull request dotnet-architecture#1001 from LeeDumond/fix/fix-logout-form-action
change form action from non-existent Logoff to Logout
2 parents bde5bc7 + 9dd7ed1 commit cd662d9

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)