1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +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,
protected override stateService: ElectronStateService,
apiService: ApiService,
route: ActivatedRoute,
private route: ActivatedRoute,
private broadcasterService: BroadcasterService,
ngZone: NgZone,
policyApiService: PolicyApiServiceAbstraction,
@@ -72,7 +72,6 @@ export class LockComponent extends BaseLockComponent {
policyApiService,
policyService,
passwordStrengthService,
route,
dialogService,
deviceTrustCryptoService,
userVerificationService