btcpayserver/BTCPayServer/Views/Account/ForgotPasswordConfirmation.cshtml

9 lines
154 B
Text
Raw Normal View History

2017-09-13 15:47:34 +09:00
@{
ViewData["Title"] = "Forgot password confirmation";
}
<h2>@ViewData["Title"]</h2>
<p>
Please check your email to reset your password.
</p>