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 c430d4f commit 2143e91Copy full SHA for 2143e91
src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Register.cshtml
@@ -8,7 +8,7 @@
8
9
<div class="row">
10
<div class="col-md-4">
11
- <form asp-route-returnUrl="@Model.ReturnUrl" method="post">
+ <form id="register" asp-route-returnUrl="@Model.ReturnUrl" method="post">
12
<h4>Create a new account.</h4>
13
<hr />
14
<div asp-validation-summary="All" class="text-danger"></div>
0 commit comments