summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup/signup_controller.jsx
diff options
context:
space:
mode:
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');
}