Add default roles and user

This commit is contained in:
2025-10-14 21:22:54 +09:00
parent 209cd79f01
commit 40b2a5f598
8 changed files with 159 additions and 12 deletions

View File

@ -39,7 +39,7 @@ namespace Hcs.WebApp.Controllers
if (string.IsNullOrEmpty(returnUrl))
{
Redirect("/");
return Redirect("/");
}
return Redirect(returnUrl);
@ -63,7 +63,7 @@ namespace Hcs.WebApp.Controllers
if (string.IsNullOrEmpty(returnUrl))
{
Redirect("/");
return Redirect("/");
}
return Redirect(returnUrl);