Bugfix: reference to undefined variable.

This commit is contained in:
Marco Polci 2015-09-08 19:39:37 +02:00
commit 486b999cae

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);
});
});
})