@using LANCommander.Server.Data @using LANCommander.Server.Services @using LANCommander.Server.Services.Models @using Microsoft.AspNetCore.Components.Authorization @using Microsoft.AspNetCore.Components.Web @using System.Security.Claims @inject NavigationManager NavigationManager @inject Microsoft.AspNetCore.Antiforgery.IAntiforgery Antiforgery @inject IHttpContextAccessor HttpContextAccessor @{ var settings = SettingService.GetSettings(); }