PLT-2993 redirecting to team when joining. (#3342)

Этот коммит содержится в:
Corey Hulen
2016-06-15 04:10:07 -08:00
коммит произвёл Joram Wilander
родитель 163d29f8fa
Коммит 5aaf5c51fc

Просмотреть файл

@@ -73,10 +73,10 @@ export default class SignupUserComplete extends React.Component {
data, data,
hash, hash,
inviteId, inviteId,
() => { (team) => {
GlobalActions.emitInitialLoad( GlobalActions.emitInitialLoad(
() => { () => {
browserHistory.push('/select_team'); browserHistory.push('/' + team.name);
} }
); );
}, },