chore(auth): update to auth-client@2.0.3, use rpc.walletconnect.com (#116)

This commit is contained in:
Ben Kremer
2023-02-16 16:04:36 +01:00
committed by GitHub
parent 1ccf19fb2a
commit 9b6dfc366b
7 changed files with 2834 additions and 1120 deletions
+5 -1
View File
@@ -26,7 +26,11 @@ const Home: NextPage = () => {
nonce: generateNonce(),
statement: "Sign in with wallet.",
})
.then(({ uri }) => setUri(uri));
.then(({ uri }) => {
if (uri) {
setUri(uri);
}
});
}, [client, setUri]);
useEffect(() => {