feat: integrate d3-org-chart for network visualization and add SignalR token notification service
This commit is contained in:
@@ -56,6 +56,9 @@ public partial class Index
|
||||
await base.OnAfterRenderAsync(firstRender);
|
||||
if (firstRender)
|
||||
{
|
||||
// Refresh token to get latest user claims
|
||||
await AuthService.RefreshTokenAsync();
|
||||
|
||||
await LoadUserAuthInfo();
|
||||
await LoadUserProfile();
|
||||
await LoadAddresses();
|
||||
|
||||
Reference in New Issue
Block a user