From fa27583ab8360e5592ffe6fc461fdb3a25bf6fc4 Mon Sep 17 00:00:00 2001 From: gbubemismith Date: Tue, 5 Sep 2023 09:25:24 -0400 Subject: [PATCH] Removed route in base class constructor --- apps/desktop/src/auth/lock.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/desktop/src/auth/lock.component.ts b/apps/desktop/src/auth/lock.component.ts index f1732e95e03..abebe235b0e 100644 --- a/apps/desktop/src/auth/lock.component.ts +++ b/apps/desktop/src/auth/lock.component.ts @@ -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