diff --git a/community-services/web3.js b/community-services/web3.js index ee0ff24..7e20bd3 100644 --- a/community-services/web3.js +++ b/community-services/web3.js @@ -27,7 +27,7 @@ Meteor.linkWithWeb3 = function (options, callback) { // Since the flow for Web3 is different we are using a custom flow here. const credentialRequestCompleteCallback = (error, address) => { if (error.error === 403) { - Meteor.call('bozhao:linkAccountsWeb3', address) + Meteor.call('bozhao:linkAccountsWeb3', address, callback) } else { throw error }