From 0510b9864fe319f3ed7c3554ee61715c1ba2708f Mon Sep 17 00:00:00 2001 From: hh Date: Fri, 10 Nov 2023 22:10:37 +0800 Subject: [PATCH] add log --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) 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);