Skip to content

Commit 114dc15

Browse files
committed
2 parents ad26a02 + ea53e1a commit 114dc15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/Login.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
<div class="card">
2727
<div class="body">
28-
<form id="LoginForm" method="POST" asp-action="Login">
28+
<form id="LoginForm" asp-action="Login" method="post">
2929
<input type="hidden" name="returnUrl" value="@Model.ReturnUrl" />
3030
<input type="hidden" name="returnUrlHash" />
3131
<h4 class="text-center">@L("LogIn")</h4>

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/Register.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
<div class="card">
2626
<div class="body">
27-
<form id="RegisterForm" asp-action="Register" method="POST">
27+
<form id="RegisterForm" asp-action="Register" method="post">
2828
<h4 class="text-center">@L("Register")</h4>
2929

3030
@if (@ViewBag.ErrorMessage != null)

0 commit comments

Comments
 (0)