Fixed issue where page was not reloaded after login/logout
This commit is contained in:
@ -29,6 +29,6 @@
|
||||
{
|
||||
await UserService.LogoutUserAsync();
|
||||
AuthStateProvider.NotifyAuthenticationChanged();
|
||||
UriHelper.NavigateTo(NavigateUrl(""));
|
||||
UriHelper.NavigateTo(NavigateUrl("", true));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user