Merge pull request #2191 from isocolsky/send_error
Give feedback when email cannot be verified (as per Insight)
This commit is contained in:
commit
f886e36481
5 changed files with 9 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ angular.module('copayApp.services').factory('configService', function($timeout,
|
|||
};
|
||||
|
||||
root.reset = function(cb) {
|
||||
config = defauls;
|
||||
config = defaults;
|
||||
localstorageService.removeItem('config', cb);
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ angular.module('copayApp.services')
|
|||
passphraseConfig: config.passphraseConfig,
|
||||
failIfExists: true,
|
||||
}, function(err, iden) {
|
||||
|
||||
if (err) return cb(err);
|
||||
preconditions.checkState(iden);
|
||||
root.bind(iden);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue