Bugfix: reference to undefined variable.

This commit is contained in:
Marco Polci 2015-09-08 19:39:37 +02:00
parent 32c9e5d3e7
commit 486b999cae
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ angular.module('copayApp.services')
root.setAndStoreFocus(walletClient.credentials.walletId, function() {
storageService.storeProfile(root.profile, function(err) {
return cb(null, secret);
return cb(null, opts.secret);
});
});
})