diff --git a/libs/angular/src/components/lock.component.ts b/libs/angular/src/components/lock.component.ts index 83d5744dfa7..25759e9f29a 100644 --- a/libs/angular/src/components/lock.component.ts +++ b/libs/angular/src/components/lock.component.ts @@ -58,8 +58,6 @@ export class LockComponent implements OnInit, OnDestroy { ) {} async ngOnInit() { - // Load the first and observe updates - await this.load(); this.activeAccountSubscription = this.stateService.activeAccount$.subscribe(async () => { await this.load(); });