summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup/signup_controller.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-06-28 09:38:19 -0400
committerenahum <nahumhbl@gmail.com>2017-06-28 09:38:19 -0400
commit5492ca28b1f9349f8f2d9aef5074f5ccc82d64c0 (patch)
tree2e6e71711841cea96bbef305b6dad5610e687010 /webapp/components/signup/signup_controller.jsx
parenta32f6f77335f08ea24039d06ac5ea31179d449c7 (diff)
downloadchat-5492ca28b1f9349f8f2d9aef5074f5ccc82d64c0.tar.gz
chat-5492ca28b1f9349f8f2d9aef5074f5ccc82d64c0.tar.bz2
chat-5492ca28b1f9349f8f2d9aef5074f5ccc82d64c0.zip
Fix account creation redirect (#6765)
Diffstat (limited to 'webapp/components/signup/signup_controller.jsx')
-rw-r--r--webapp/components/signup/signup_controller.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/signup/signup_controller.jsx b/webapp/components/signup/signup_controller.jsx
index ea6e69f0a..2fd775428 100644
--- a/webapp/components/signup/signup_controller.jsx
+++ b/webapp/components/signup/signup_controller.jsx
@@ -74,7 +74,7 @@ export default class SignupController extends React.Component {
hash,
inviteId,
(team) => {
- loadMe(
+ loadMe().then(
() => {
browserHistory.push('/' + team.name + '/channels/town-square');
}