diff --git a/src/App.tsx b/src/App.tsx index 5e24635..f246106 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -73,6 +73,7 @@ function App() { }; const sensiletLogin = async () => { + console.log('sensiletLogin...') try { const provider = new DefaultProvider(); const signer = new SensiletSigner(provider);