1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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