mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
change planet body layout
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = React.createClass({
|
||||
Auth.attempt()
|
||||
// TODO: request user data
|
||||
.then(function (user) {
|
||||
this.transitionTo('dashboard', {planetName: user.name})
|
||||
this.transitionTo('dashboard', {userName: user.name, planetName: user.name})
|
||||
}.bind(this))
|
||||
e.preventDefault()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user