mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Return to root URL on log out.
This commit is contained in:
parent
c2e92045d0
commit
6f62211465
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ module.exports = {
|
||||||
Presence.stop();
|
Presence.stop();
|
||||||
MatrixClientPeg.get().removeAllListeners();
|
MatrixClientPeg.get().removeAllListeners();
|
||||||
MatrixClientPeg.unset();
|
MatrixClientPeg.unset();
|
||||||
|
this.notifyNewScreen('');
|
||||||
break;
|
break;
|
||||||
case 'start_registration':
|
case 'start_registration':
|
||||||
if (this.state.logged_in) return;
|
if (this.state.logged_in) return;
|
||||||
|
|
Loading…
Reference in a new issue