diff --git a/angular/src/components/lock.component.ts b/angular/src/components/lock.component.ts index 04672dcdf9..2f4e639a5c 100644 --- a/angular/src/components/lock.component.ts +++ b/angular/src/components/lock.component.ts @@ -59,6 +59,8 @@ export class LockComponent implements OnInit { ) {} async ngOnInit() { + // Load the first and observe updates + await this.load(); this.stateService.activeAccount.subscribe(async (_userId) => { await this.load(); });