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();
|
||||
MatrixClientPeg.get().removeAllListeners();
|
||||
MatrixClientPeg.unset();
|
||||
this.notifyNewScreen('');
|
||||
break;
|
||||
case 'start_registration':
|
||||
if (this.state.logged_in) return;
|
||||
|
|
Loading…
Reference in New Issue