mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-29 20:04:18 +01:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
@{
|
|
ViewData["Title"] = "Confirm email";
|
|
}
|
|
|
|
<section>
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
@Html.Partial("_StatusMessage", "Thank you for confirming your email.")
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|