mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Change ngZone from private to protected (#567)
* Change ngZone from private to protected * Remove unneeded file
This commit is contained in:
@@ -52,7 +52,7 @@ export class LockComponent implements OnInit {
|
||||
protected storageService: StorageService, protected vaultTimeoutService: VaultTimeoutService,
|
||||
protected environmentService: EnvironmentService, protected stateService: StateService,
|
||||
protected apiService: ApiService, private logService: LogService,
|
||||
private keyConnectorService: KeyConnectorService, private ngZone: NgZone) { }
|
||||
private keyConnectorService: KeyConnectorService, protected ngZone: NgZone) { }
|
||||
|
||||
async ngOnInit() {
|
||||
this.pinSet = await this.vaultTimeoutService.isPinLockSet();
|
||||
|
||||
Reference in New Issue
Block a user