disable merge temp
This commit is contained in:
14
vendor/assets/javascripts/transpiled.js
vendored
14
vendor/assets/javascripts/transpiled.js
vendored
@@ -842,13 +842,13 @@ angular.module('app.frontend').controller('BaseCtrl', BaseCtrl);
|
||||
this.onAuthSuccess = function (user) {
|
||||
this.user.uuid = user.uuid;
|
||||
|
||||
if (this.user.shouldMerge && this.hasLocalData()) {
|
||||
apiController.mergeLocalDataRemotely(this.user, function () {
|
||||
window.location.reload();
|
||||
});
|
||||
} else {
|
||||
window.location.reload();
|
||||
}
|
||||
// if(this.user.shouldMerge && this.hasLocalData()) {
|
||||
// apiController.mergeLocalDataRemotely(this.user, function(){
|
||||
// window.location.reload();
|
||||
// });
|
||||
// } else {
|
||||
window.location.reload();
|
||||
// }
|
||||
|
||||
this.showLogin = false;
|
||||
this.showRegistration = false;
|
||||
|
||||
2
vendor/assets/javascripts/transpiled.js.map
vendored
2
vendor/assets/javascripts/transpiled.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user