fix logout issue introduced when logging was added
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
private async Task LogoutUser()
|
||||
{
|
||||
await UserService.LogoutUserAsync();
|
||||
await UserService.LogoutUserAsync(PageState.User);
|
||||
|
||||
var authstateprovider = (IdentityAuthenticationStateProvider)ServiceProvider.GetService(typeof(IdentityAuthenticationStateProvider));
|
||||
if (authstateprovider == null)
|
||||
|
Reference in New Issue
Block a user