mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 17:32:46 +01:00
Expose logger in lock component (#703)
This commit is contained in:
parent
8e112a1c33
commit
813457c348
@ -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
|
||||
) {}
|
||||
|
Loading…
Reference in New Issue
Block a user