chore(auth): update to auth-client@2.0.3, use rpc.walletconnect.com (#116)
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user