yavsc/src/Org/Views/Account/AccountCreated.cshtml
Paul Schneider 45514010f2 REORG
2026-02-14 16:54:27 +00:00

10 lines
196 B
Text

@{
ViewData["Title"] = "Account creation success";
}
<h1>@ViewData["Title"]</h1>
Your account has successfully been created.
<a asp-action="Index" asp-controller="Home">Return to home</a>