Expose logger in lock component (#703)

This commit is contained in:
Oscar Hinton 2022-03-03 17:19:52 +01:00 committed by GitHub
parent 8e112a1c33
commit 813457c348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
) {}