mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08: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