diff --git a/CSharp/AuthorizationServer/Views/Home/Index.cshtml b/CSharp/AuthorizationServer/Views/Home/Index.cshtml index b810e49..a9c41c0 100644 --- a/CSharp/AuthorizationServer/Views/Home/Index.cshtml +++ b/CSharp/AuthorizationServer/Views/Home/Index.cshtml @@ -1,32 +1,33 @@ @using System.Diagnostics @{ - var version = FileVersionInfo.GetVersionInfo(typeof(IdentityServer4.Hosting.IdentityServerMiddleware).Assembly.Location).ProductVersion.Split('+').First(); + var version = + FileVersionInfo.GetVersionInfo(typeof(IdentityServer4.Hosting.IdentityServerMiddleware).Assembly.Location).ProductVersion.Split('+').First(); }
This service is a centeralized + authentication tool. It's used + for + all of the kurdistan's digital + services. +
+ + @if (User.Identity.IsAuthenticated == false) + { +