@page "/" @attribute [Authorize]
Central management console for the ScadaLink SCADA system.
@context.User.FindFirst("DisplayName")?.Value
@context.User.FindFirst("Username")?.Value
@{ var roles = context.User.FindAll("Role").Select(c => c.Value).ToList(); } @if (roles.Count > 0) {