1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-15 10:35:20 +01: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
No known key found for this signature in database

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