mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-2993 redirecting to team when joining. (#3342)
This commit is contained in:
committed by
Joram Wilander
parent
163d29f8fa
commit
5aaf5c51fc
@@ -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);
|
||||
}
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user