namespace Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme; public class AuthenticationOptions { public string LoginUrl { get; set; } = "authentication/login"; public string LogoutUrl { get; set; } = "authentication/logout"; }