Merge pull request #2992 from matiu/bug/disable-email
fix disabling email
This commit is contained in:
commit
7285670500
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
$rootScope.$on('Local/EmailSettingUpdated', function(event, email, cb) {
|
$rootScope.$on('Local/EmailSettingUpdated', function(event, email, cb) {
|
||||||
self.updateRemotePreferences({
|
self.updateRemotePreferences({
|
||||||
preferences: {
|
preferences: {
|
||||||
email: email
|
email: email || null
|
||||||
},
|
},
|
||||||
}, cb);
|
}, cb);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue