Church.Net.API/Chruch.Net/Views/Account/ResetPasswordConfirmation.cshtml
2022-09-08 08:04:32 -07:00

13 lines
302 B
Plaintext

@{
ViewBag.Title = "重設密碼確認";
}
<hgroup class="title">
<h1>@ViewBag.Title.</h1>
</hgroup>
<div>
<p>
您的密碼已重設。請 @Html.ActionLink("按一下這裡登入", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
</p>
</div>