Files
ZelWiki/TightWiki/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml
2025-01-22 23:31:03 +08:00

14 lines
331 B
Plaintext

@page
@model ResetPasswordConfirmationModel
@{
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
}
<h3>
Reset password confirmation
</h3>
<p>
Your password has been reset. Please <a asp-page="./Login">click here to log in</a>.
</p>