mirror of https://github.com/vector-im/riot-web
Return to root URL on log out.
parent
c2e92045d0
commit
6f62211465
|
@ -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 New Issue