1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

PM-23273 format user id to render user name/email

This commit is contained in:
voommen-livefront
2025-07-09 15:49:01 -05:00
parent 08e2a1452a
commit 2a811d2c0f

View File

@@ -159,6 +159,7 @@ export class EventsComponent extends BaseEventsComponent implements OnInit, OnDe
this.logService.warning(e);
}
}
await this.refreshEvents();
this.loaded = true;
}