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
this has got so bad that the logout button doesn't seem to do anything; after about 5 minutes a logout dialog pops up; clicking 'okay' then in turn does nothing. i restarted the app, and it sat in a spinner having loaded; the JS console was full of 401s, so this time i tried to hit logout again, and this time it instantly threw me out.
if (!cli || !cli.isCryptoEnabled() || !(await cli.exportRoomKeys())?.length) {
// log out without user prompt if they have no local megolm sessions
defaultDispatcher.dispatch({ action: "logout" });
} else {
Modal.createDialog(LogoutDialog);
}
This is a particularly bad way to check if there are keys that are not saved in backup...
if you click the logout button, you get hurled back into the app for a few seconds before it then suddenly kicks you out
The text was updated successfully, but these errors were encountered: