yavsc/src/Org/Views/Account/AccountCreated.cshtml

10 lines
196 B
Text
Raw Normal View History

2025-08-25 14:18:26 +01:00
@{
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>