add toggle for email notifications

This commit is contained in:
Javier 2016-10-28 10:13:40 -03:00
commit 410d35495b
6 changed files with 100 additions and 49 deletions

View file

@ -85,6 +85,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
windows: {},
}
},
emailNotifications: {
enabled: true,
},
};
var configCache = null;