fix email label
This commit is contained in:
parent
d911dd9d0b
commit
3c0bc734a4
4 changed files with 23 additions and 8 deletions
|
|
@ -122,6 +122,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
configCache.bwsFor = configCache.bwsFor || {};
|
||||
configCache.colorFor = configCache.colorFor || {};
|
||||
configCache.aliasFor = configCache.aliasFor || {};
|
||||
configCache.emailFor = configCache.emailFor || {};
|
||||
|
||||
// Coinbase
|
||||
// Disabled for testnet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue