Fixed issue where page was not reloaded after login/logout

This commit is contained in:
Shaun Walker
2019-07-08 14:57:19 -04:00
parent 6cf1eb1c31
commit f3c823e667
3 changed files with 16 additions and 16 deletions

View File

@ -29,6 +29,6 @@
{
await UserService.LogoutUserAsync();
AuthStateProvider.NotifyAuthenticationChanged();
UriHelper.NavigateTo(NavigateUrl(""));
UriHelper.NavigateTo(NavigateUrl("", true));
}
}