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

14 lines
193 B
Plaintext

@{
ViewBag.Title = "忘記密碼確認";
}
<hgroup class="title">
<h1>@ViewBag.Title.</h1>
</hgroup>
<div>
<p>
請檢查電子郵件以重設密碼。
</p>
</div>