mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
@{
|
|
ViewData["Title"] = "Email sent!";
|
|
}
|
|
|
|
<h2></h2>
|
|
<p>
|
|
</p>
|
|
|
|
|
|
<section>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<h4>@ViewData["Title"]</h4>
|
|
<hr />
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|