We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3285392 commit 4accb51Copy full SHA for 4accb51
apps/privy-login-example/src/routes/login.lazy.tsx
@@ -49,6 +49,7 @@ function Login() {
49
const rpcUrl = import.meta.env.VITE_HYPERGRAPH_RPC_URL;
50
51
await PrivyAuth.login({
52
+ // @ts-expect-error incompatible viem types
53
walletClient,
54
signer,
55
syncServerUri,
0 commit comments