fix disabling email

This commit is contained in:
Matias Alejo Garcia 2015-07-14 17:29:56 -03:00
parent 4ffd6bd351
commit 1224a9a5bc
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$rootScope.$on('Local/EmailSettingUpdated', function(event, email, cb) {
self.updateRemotePreferences({
preferences: {
email: email
email: email || null
},
}, cb);
});