From 813457c348ef5cac289a4d64d34edc45f49f2b10 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 3 Mar 2022 17:19:52 +0100 Subject: [PATCH] Expose logger in lock component (#703) --- angular/src/components/lock.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/src/components/lock.component.ts b/angular/src/components/lock.component.ts index 11ddba3156..2411f5884b 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 ) {}