From aee07e52dda1b83f244ea1c086c5519173023920 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Thu, 7 Mar 2019 16:41:57 +0300 Subject: [PATCH] Remove unused styles section --- .../applications/AuthServer.Host/Pages/Index.cshtml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/samples/MicroserviceDemo/applications/AuthServer.Host/Pages/Index.cshtml b/samples/MicroserviceDemo/applications/AuthServer.Host/Pages/Index.cshtml index ebedf8f8d5..0a1f18c6f1 100644 --- a/samples/MicroserviceDemo/applications/AuthServer.Host/Pages/Index.cshtml +++ b/samples/MicroserviceDemo/applications/AuthServer.Host/Pages/Index.cshtml @@ -2,15 +2,9 @@ @using Volo.Abp.Users @model AuthServer.Host.Pages.IndexModel @inject ICurrentUser CurrentUser -@section styles { - -} @if (CurrentUser.IsAuthenticated) { -
+