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