disable merge temp

This commit is contained in:
Mo Bitar
2016-12-28 12:12:51 -06:00
parent c7677b8896
commit 8ec59a58a8
4 changed files with 18 additions and 18 deletions

View File

@@ -150,13 +150,13 @@ angular.module('app.frontend')
this.onAuthSuccess = function(user) {
this.user.uuid = user.uuid;
if(this.user.shouldMerge && this.hasLocalData()) {
apiController.mergeLocalDataRemotely(this.user, function(){
window.location.reload();
});
} else {
// if(this.user.shouldMerge && this.hasLocalData()) {
// apiController.mergeLocalDataRemotely(this.user, function(){
// window.location.reload();
// });
// } else {
window.location.reload();
}
// }
this.showLogin = false;
this.showRegistration = false;