You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging out through the UI button the call to INotificationService.LogOut() is never made causing the connected clients to never be cleaned up in the database and the user's status not being updated to "offline"
Currently the button will submit a form that does a post request to the Account/Logoff function, determine the best way to add the call, either in the account controller or on the js side
The text was updated successfully, but these errors were encountered:
When logging out through the UI button the call to INotificationService.LogOut() is never made causing the connected clients to never be cleaned up in the database and the user's status not being updated to "offline"
Currently the button will submit a form that does a post request to the Account/Logoff function, determine the best way to add the call, either in the account controller or on the js side
The text was updated successfully, but these errors were encountered: