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