mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
* Newlines * Dashboard * Add more translations * Moar * Remove from translated texts * Dictionary controller translations * Batch 1 of controller updates * Batch 2 of controller updates * Component translations * Batch 3 of controller updates * Fixes
10 lines
339 B
Text
10 lines
339 B
Text
@{
|
|
ViewData["Title"] = "Email sent!";
|
|
Layout = "_LayoutSignedOut";
|
|
}
|
|
|
|
<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>
|