chore(deps): updates auth examples to auth-client@0.4.0

This commit is contained in:
Ben Kremer
2022-10-14 15:30:11 -05:00
parent 77adb22535
commit 270a6204ae
5 changed files with 113 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const Home: NextPage = () => {
AuthClient.init({
relayUrl:
process.env.NEXT_PUBLIC_RELAY_URL || "wss://relay.walletconnect.com",
projectId: process.env.NEXT_PUBLIC_PROJECT_ID,
projectId: process.env.NEXT_PUBLIC_PROJECT_ID!,
metadata: {
name: "react-dapp-auth",
description: "React Example Dapp for Auth",