Better fix this as well or the user gets a blank page after the reset.

This commit is contained in:
Aaron Clauson 2018-12-12 22:39:37 +01:00
parent 4b492eae85
commit 3ad1834439

View File

@ -3,6 +3,12 @@
} }
<h2>@ViewData["Title"]</h2> <h2>@ViewData["Title"]</h2>
<p> <section>
Your password has been reset. Please <a asp-action="Login">click here to log in</a>. <div class="container">
</p> <div class="row">
<div class="col-lg-12 text-center">
Your password has been reset. Please <a asp-action="Login">click here to log in</a>.
</div>
</div>
</div>
</section>