diff --git a/samples/IdentitySample.Mvc/Controllers/HomeController.cs b/samples/IdentitySample.Mvc/Controllers/HomeController.cs index e9c45b3..b98b286 100644 --- a/samples/IdentitySample.Mvc/Controllers/HomeController.cs +++ b/samples/IdentitySample.Mvc/Controllers/HomeController.cs @@ -9,21 +9,5 @@ public IActionResult Index() { return View(); } - - [HttpGet] - public IActionResult About() - { - ViewBag.Message = "Your app description page."; - - return View(); - } - - [HttpGet] - public IActionResult Contact() - { - ViewBag.Message = "Your contact page."; - - return View(); - } } } \ No newline at end of file diff --git a/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml b/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml index 912a38b..c17782f 100644 --- a/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml +++ b/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml @@ -22,8 +22,6 @@