1
0
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:
Rokt33r
2015-07-09 23:05:07 +09:00
parent 6b03ea2fe5
commit e467862c29
10 changed files with 215 additions and 82 deletions

View File

@@ -17,7 +17,7 @@ module.exports = React.createClass({
Auth.register()
// 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()