1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +00:00

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

View File

@@ -49,7 +49,7 @@ export class LockComponent implements OnInit {
protected environmentService: EnvironmentService, protected environmentService: EnvironmentService,
protected stateService: StateService, protected stateService: StateService,
protected apiService: ApiService, protected apiService: ApiService,
private logService: LogService, protected logService: LogService,
private keyConnectorService: KeyConnectorService, private keyConnectorService: KeyConnectorService,
protected ngZone: NgZone protected ngZone: NgZone
) {} ) {}