Refactor Login UI by removing unnecessary sections and simplifying user navigation

This commit is contained in:
2026-01-01 18:41:50 +00:00
parent 29788feb65
commit 7f6aa2dc89

View File

@@ -43,9 +43,6 @@
<p>
<a href="Account/ForgotPassword">Forgot your password?</a>
</p>
<p>
<a href="@(NavigationManager.GetUriWithQueryParameters("Account/Register", new Dictionary<string, object?> { ["ReturnUrl"] = ReturnUrl }))">Register as a new user</a>
</p>
<p>
<a href="Account/ResendEmailConfirmation">Resend email confirmation</a>
</p>
@@ -53,13 +50,6 @@
</EditForm>
</section>
</div>
<div class="col-md-6 col-md-offset-2">
<section>
<h3>Use another service to log in.</h3>
<hr/>
<ExternalLoginPicker/>
</section>
</div>
</div>
@code {