add sync events for user login/logout
This commit is contained in:
@ -35,6 +35,7 @@ namespace Oqtane.Pages
|
||||
{
|
||||
await _userManager.LogoutUserEverywhere(user);
|
||||
}
|
||||
_syncManager.AddSyncEvent(alias, EntityNames.User, user.UserId, "Logout");
|
||||
_syncManager.AddSyncEvent(alias, EntityNames.User, user.UserId, SyncEventActions.Reload);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user