We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56329c commit 831e4dbCopy full SHA for 831e4db
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/Login.cshtml
@@ -25,7 +25,7 @@
25
}
26
<div class="card">
27
<div class="body">
28
- <form id="LoginForm" method="post" asp-action="Login">
+ <form id="LoginForm" asp-action="Login" method="post">
29
<input type="hidden" name="returnUrl" value="@Model.ReturnUrl" />
30
<input type="hidden" name="returnUrlHash" />
31
<h4 class="text-center">@L("LogIn")</h4>
0 commit comments