mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
8 lines
154 B
Text
8 lines
154 B
Text
@{
|
|
ViewData["Title"] = "Forgot password confirmation";
|
|
}
|
|
|
|
<h2>@ViewData["Title"]</h2>
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p>
|