@page @using Microsoft.AspNetCore.Http.Extensions @using Microsoft.AspNetCore.Mvc.Localization @using AuthServer.Pages @using Volo.Abp.Users @using Volo.Abp.AspNetCore.Mvc.UI.Theming @using Volo.Abp.Ui.Branding @model IndexModel @inject ICurrentUser CurrentUser @inject IBrandingProvider BrandingProvider @inject ITheme Theme @{ Layout = Theme.GetEmptyLayout(); }