diff --git a/lnbits/extensions/copilot/templates/copilot/index.html b/lnbits/extensions/copilot/templates/copilot/index.html index f19cbfcce..c7ceb983e 100644 --- a/lnbits/extensions/copilot/templates/copilot/index.html +++ b/lnbits/extensions/copilot/templates/copilot/index.html @@ -504,6 +504,7 @@ this.g.user.wallets[0].inkey ) .then(function (response) { + console.log(response.data) return response.data }) .catch(function (error) {