We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7614b commit 9dd7ed1Copy full SHA for 9dd7ed1
1 file changed
src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml
@@ -7,7 +7,7 @@
7
8
@if (SignInManager.IsSignedIn(User))
9
{
10
- <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">
11
<ul class="nav navbar-nav navbar-right">
12
<li>
13
<a asp-area="" asp-controller="Manage" asp-action="Index" title="Manage">Hello @UserManager.GetUserName(User)!</a>
0 commit comments