mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Better fix this as well or the user gets a blank page after the reset.
This commit is contained in:
parent
4b492eae85
commit
3ad1834439
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user