Return to root URL on log out.

pull/4/head
David Baker 2015-07-22 21:40:13 -07:00
parent c2e92045d0
commit 6f62211465
1 changed files with 1 additions and 0 deletions

View File

@ -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;