From e3a5776eaed5f46ab56e6abe5e023a79c42b7ff2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 3 Aug 2016 09:57:12 +0100 Subject: [PATCH] We should clear /login off the URL after login --- src/components/structures/MatrixChat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 47cbde9af5..d7fd90b537 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -586,6 +586,7 @@ module.exports = React.createClass({ */ _onLoggedIn: function(credentials) { this.guestCreds = null; + this.notifyNewScreen(''); this.setState({ screen: undefined, logged_in: true,