Add default roles and user
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user