pitit refact

This commit is contained in:
Paul Schneider 2026-06-04 12:13:37 +01:00
commit 20713eef64
235 changed files with 5374 additions and 373 deletions

View file

@ -1,8 +1,8 @@
@{
ViewData["Title"] = "Reset password confirmation";
ViewBag.Title = "Reset password confirmation";
}
<h1>@ViewData["Title"].</h1>
<h1>@ViewBag.Title.</h1>
<p>
Your password has been reset. Please <a href="~/signin">Click here to log in</a>.
</p>