diff --git a/angular/src/components/lock.component.ts b/angular/src/components/lock.component.ts index 11ddba3156b..2411f5884b9 100644 --- a/angular/src/components/lock.component.ts +++ b/angular/src/components/lock.component.ts @@ -49,7 +49,7 @@ export class LockComponent implements OnInit { protected environmentService: EnvironmentService, protected stateService: StateService, protected apiService: ApiService, - private logService: LogService, + protected logService: LogService, private keyConnectorService: KeyConnectorService, protected ngZone: NgZone ) {}