From dd0aaddff8a076e9526ba0218fd1525b8d549c6d Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Thu, 4 Apr 2019 09:18:50 +0300 Subject: [PATCH] Remove unnecessary assignments. --- .../Pages/Account/IdentityServerSupportedLoginModel.cs | 2 -- 1 file changed, 2 deletions(-) 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()