diff --git a/app/scripts/lib/fxa-client.js b/app/scripts/lib/fxa-client.js index d47b91da3..f3f8d7099 100644 --- a/app/scripts/lib/fxa-client.js +++ b/app/scripts/lib/fxa-client.js @@ -45,9 +45,9 @@ function (FxaClient, Constants) { return this.client .signUp(email, password) .then(function () { - // when a user signs up, sign them in immediately - return this.signIn(email, password, { keys: true }); - }.bind(this)); + // when a user signs up, sign them in immediately + return this.signIn(email, password, { keys: true }); + }.bind(this)); }, verifyCode: function (uid, code) {