Merge branch 'soon' into staging
This commit is contained in:
commit
7b8ac3d8c8
@ -327,15 +327,6 @@ define([
|
|||||||
account.note = obj.note;
|
account.note = obj.note;
|
||||||
cb(obj);
|
cb(obj);
|
||||||
});
|
});
|
||||||
|
|
||||||
arePinsSynced(function (err, yes) {
|
|
||||||
if (!yes) {
|
|
||||||
resetPins(function (err) {
|
|
||||||
if (err) { return console.error(err); }
|
|
||||||
console.log('RESET DONE');
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@ -1666,6 +1657,15 @@ define([
|
|||||||
loadUniversal(Profile, 'profile', waitFor);
|
loadUniversal(Profile, 'profile', waitFor);
|
||||||
cleanFriendRequests();
|
cleanFriendRequests();
|
||||||
}).nThen(function () {
|
}).nThen(function () {
|
||||||
|
arePinsSynced(function (err, yes) {
|
||||||
|
if (!yes) {
|
||||||
|
resetPins(function (err) {
|
||||||
|
if (err) { return console.error(err); }
|
||||||
|
console.log('RESET DONE');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
var requestLogin = function () {
|
var requestLogin = function () {
|
||||||
broadcast([], "REQUEST_LOGIN");
|
broadcast([], "REQUEST_LOGIN");
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user