|
|
@ -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() |
|
|
|