mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Return to root URL on log out.
This commit is contained in:
parent
c2e92045d0
commit
6f62211465
@ -99,6 +99,7 @@ module.exports = {
|
||||
Presence.stop();
|
||||
MatrixClientPeg.get().removeAllListeners();
|
||||
MatrixClientPeg.unset();
|
||||
this.notifyNewScreen('');
|
||||
break;
|
||||
case 'start_registration':
|
||||
if (this.state.logged_in) return;
|
||||
|
Loading…
Reference in New Issue
Block a user