Skip to content

Commit 831e4db

Browse files
committed
Standardise order of html attributes for form tag
1 parent a56329c commit 831e4db

File tree

1 file changed

+1
-1
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)