diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs index 1aeef4f0c6..1ed1fda49f 100644 --- a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs @@ -35,11 +35,9 @@ namespace Volo.Abp.Account.Web.Pages.Account schemeProvider, accountOptions) { - _schemeProvider = schemeProvider; Interaction = interaction; ClientStore = clientStore; IdentityServerEvents = identityServerEvents; - _accountOptions = accountOptions.Value; } public override async Task OnGetAsync()