From 8110458088c413951e590d07403cea87d4a44980 Mon Sep 17 00:00:00 2001 From: Meyanis95 Date: Wed, 11 Sep 2024 12:22:03 +0200 Subject: [PATCH] cleaned repo + e2e working --- client/src/pages/claim.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/pages/claim.tsx b/client/src/pages/claim.tsx index 31efe6f..e1419d2 100644 --- a/client/src/pages/claim.tsx +++ b/client/src/pages/claim.tsx @@ -76,7 +76,6 @@ const App = () => { const userDid = DID.parse(router.query.userID as string); const userId = DID.idFromDID(userDid); - console.log("USER ID: ", userId.string()); setUserInfo({ did: userDid, id: userId }); getUserCredentialIds(issuerAddress, userId) @@ -234,9 +233,8 @@ const App = () => { "revealAgeAbove18", "revealGender", "revealPinCode", - "revealState", ]} - signal={userInfo?.id.string()} + signal={metamaskWalletAddress} /> )}