Browse Source

Remove unnecessary assignments.

pull/961/head
Halil ibrahim Kalkan 7 years ago
parent
commit
dd0aaddff8
  1. 2
      modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs

2
modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs

@ -35,11 +35,9 @@ namespace Volo.Abp.Account.Web.Pages.Account
schemeProvider, schemeProvider,
accountOptions) accountOptions)
{ {
_schemeProvider = schemeProvider;
Interaction = interaction; Interaction = interaction;
ClientStore = clientStore; ClientStore = clientStore;
IdentityServerEvents = identityServerEvents; IdentityServerEvents = identityServerEvents;
_accountOptions = accountOptions.Value;
} }
public override async Task OnGetAsync() public override async Task OnGetAsync()

Loading…
Cancel
Save