@using System.Security.Claims; @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @{ Layout = null; }
Hello @User.FindFirst(ClaimTypes.GivenName)?.Value! You have successfully logged in.
Index