Browse Source

Updating to match previous logic

main
Eric Fleming 7 years ago
parent
commit
3ec2477175
  1. 2
      src/Web/Areas/Identity/Pages/Account/Logout.cshtml.cs

2
src/Web/Areas/Identity/Pages/Account/Logout.cshtml.cs

@ -34,7 +34,7 @@ namespace Microsoft.eShopWeb.Web.Areas.Identity.Pages.Account
} }
else else
{ {
return Page(); return RedirectToPage("/Index");
} }
} }
} }

Loading…
Cancel
Save