Improve Login user experience when running on WebAssembly and address Logout scenario
This commit is contained in:
@ -28,6 +28,7 @@ namespace Oqtane.Themes.Controls
|
||||
protected async Task LogoutUser()
|
||||
{
|
||||
await UserService.LogoutUserAsync(PageState.User);
|
||||
PageState.User = null;
|
||||
|
||||
if (PageState.Runtime == Oqtane.Shared.Runtime.Server)
|
||||
{
|
||||
|
Reference in New Issue
Block a user