This commit is contained in:
Jeffrey Morgan 2015-05-19 16:14:01 -07:00
parent 89cec26648
commit 0d52985606
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ class AccountServerActions {
loggedin ({username, verified}) {
console.log(username, verified);
router.get().transitionTo('search');
router.get().goBack();
this.dispatch({username, verified});
}

View File

@ -20,7 +20,7 @@ module.exports = React.createClass({
},
handleClose: function () {
this.transitionTo('search');
this.goBack();
metrics.track('Closed Signup');
},

View File

@ -230,7 +230,7 @@
.sidebar-buttons {
border-top: 1px solid #F0F4F8;
min-height: 32px;
min-height: 36px;
flex: 0 auto;
display: flex;
flex-direction: row;