Skip to content

Commit

Permalink
Merge pull request #2 from anon-aadhaar/pull_source
Browse files Browse the repository at this point in the history
cleaned repo + e2e working
  • Loading branch information
Meyanis95 authored Sep 11, 2024
2 parents 33210a4 + 8110458 commit 8688459
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/src/pages/claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -234,9 +233,8 @@ const App = () => {
"revealAgeAbove18",
"revealGender",
"revealPinCode",
"revealState",
]}
signal={userInfo?.id.string()}
signal={metamaskWalletAddress}
/>
)}
</Grid>
Expand Down

0 comments on commit 8688459

Please sign in to comment.