btcpayserver/BTCPayServer/Views/UIAccount/ForgotPasswordConfirmation.cshtml

11 lines
339 B
Text
Raw Normal View History

2017-09-13 15:47:34 +09:00
@{
ViewData["Title"] = "Email sent!";
Layout = "_LayoutSignedOut";
2017-09-13 15:47:34 +09:00
}
<p text-translate="true">Please check your email to reset your password.</p>
<p class="text-center mt-2 mb-0">
<a id="Login" style="font-size:1.15rem" asp-action="Login" asp-route-returnurl="@ViewData["ReturnUrl"]" text-translate="true">Log in</a>
</p>