You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
We should clear /login off the URL after login
This commit is contained in:
@@ -586,6 +586,7 @@ module.exports = React.createClass({
|
|||||||
*/
|
*/
|
||||||
_onLoggedIn: function(credentials) {
|
_onLoggedIn: function(credentials) {
|
||||||
this.guestCreds = null;
|
this.guestCreds = null;
|
||||||
|
this.notifyNewScreen('');
|
||||||
this.setState({
|
this.setState({
|
||||||
screen: undefined,
|
screen: undefined,
|
||||||
logged_in: true,
|
logged_in: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user