8 lines
177 B
Text
Executable file
8 lines
177 B
Text
Executable file
@{
|
|
ViewBag.Title = "Reset password confirmation";
|
|
}
|
|
|
|
<h1>@ViewBag.Title.</h1>
|
|
<p>
|
|
Your password has been reset. Please <a href="~/signin">Click here to log in</a>.
|
|
</p>
|