File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
}
26
26
<div class =" card" >
27
27
<div class =" body" >
28
- <form id =" LoginForm" method = " POST " asp-action =" Login" >
28
+ <form id =" LoginForm" asp-action =" Login" method = " post " >
29
29
<input type =" hidden" name =" returnUrl" value =" @Model.ReturnUrl" />
30
30
<input type =" hidden" name =" returnUrlHash" />
31
31
<h4 class =" text-center" >@L( "LogIn")</h4 >
Original file line number Diff line number Diff line change 24
24
}
25
25
<div class =" card" >
26
26
<div class =" body" >
27
- <form id =" RegisterForm" asp-action =" Register" method =" POST " >
27
+ <form id =" RegisterForm" asp-action =" Register" method =" post " >
28
28
<h4 class =" text-center" >@L( "Register")</h4 >
29
29
30
30
@if (@ViewBag .ErrorMessage != null )
You can’t perform that action at this time.
0 commit comments