1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Removed route in base class constructor

This commit is contained in:
gbubemismith
2023-09-05 09:25:24 -04:00
parent bf927e0222
commit fa27583ab8

View File

@@ -45,7 +45,7 @@ export class LockComponent extends BaseLockComponent {
environmentService: EnvironmentService, environmentService: EnvironmentService,
protected override stateService: ElectronStateService, protected override stateService: ElectronStateService,
apiService: ApiService, apiService: ApiService,
route: ActivatedRoute, private route: ActivatedRoute,
private broadcasterService: BroadcasterService, private broadcasterService: BroadcasterService,
ngZone: NgZone, ngZone: NgZone,
policyApiService: PolicyApiServiceAbstraction, policyApiService: PolicyApiServiceAbstraction,
@@ -72,7 +72,6 @@ export class LockComponent extends BaseLockComponent {
policyApiService, policyApiService,
policyService, policyService,
passwordStrengthService, passwordStrengthService,
route,
dialogService, dialogService,
deviceTrustCryptoService, deviceTrustCryptoService,
userVerificationService userVerificationService