btcpayserver/BTCPayServer/Views/Account/ForgotPasswordConfirmation.cshtml
NicolasDorier b5c6ed3860 Init
2017-09-13 15:55:16 +09:00

9 lines
154 B
Plaintext

@{
ViewData["Title"] = "Forgot password confirmation";
}
<h2>@ViewData["Title"]</h2>
<p>
Please check your email to reset your password.
</p>