We should clear /login off the URL after login
This commit is contained in:
parent
4825ab8fe7
commit
e3a5776eae
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue