summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup_team_complete/components/team_signup_password_page.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/signup_team_complete/components/team_signup_password_page.jsx')
-rw-r--r--webapp/components/signup_team_complete/components/team_signup_password_page.jsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/components/signup_team_complete/components/team_signup_password_page.jsx b/webapp/components/signup_team_complete/components/team_signup_password_page.jsx
index 110690da1..fbe8ab683 100644
--- a/webapp/components/signup_team_complete/components/team_signup_password_page.jsx
+++ b/webapp/components/signup_team_complete/components/team_signup_password_page.jsx
@@ -62,7 +62,11 @@ class TeamSignupPasswordPage extends React.Component {
var props = this.props;
- Client.loginByEmail(teamSignup.team.name, teamSignup.team.email, teamSignup.user.password,
+ Client.loginByEmail(
+ teamSignup.team.name,
+ teamSignup.team.email,
+ teamSignup.user.password,
+ '', // No MFA Token
() => {
UserStore.setLastEmail(teamSignup.team.email);
if (this.props.hash > 0) {