Updated logging
Moved images to use static files Got login working with demo user.
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Microsoft.eShopWeb.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
return RedirectToAction(nameof(CatalogController.Index), "Home");
|
||||
return RedirectToAction(nameof(CatalogController.Index), "Catalog");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user