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:
@@ -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
|
||||||
) {}
|
) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user