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

This commit is contained in:
Corey Hulen
2016-06-15 04:10:07 -08:00
committed by Joram Wilander
parent 163d29f8fa
commit 5aaf5c51fc

View File

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