Introduce jshint errors to ensure travis catches them.
This commit is contained in:
Родитель
33f08ac909
Коммит
4f9023fbf3
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче