mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-12 16:06:17 +02:00
We should clear /login off the URL after login
This commit is contained in:
parent
4825ab8fe7
commit
e3a5776eae
@ -586,6 +586,7 @@ module.exports = React.createClass({
|
||||
*/
|
||||
_onLoggedIn: function(credentials) {
|
||||
this.guestCreds = null;
|
||||
this.notifyNewScreen('');
|
||||
this.setState({
|
||||
screen: undefined,
|
||||
logged_in: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user