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 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 >
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments