Fixed issue where page was not reloaded after login/logout
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
if (user != null)
|
||||
{
|
||||
AuthStateProvider.NotifyAuthenticationChanged();
|
||||
UriHelper.NavigateTo(NavigateUrl(""));
|
||||
UriHelper.NavigateTo(NavigateUrl("", true));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user