Skip to content

Commit

Permalink
add email log
Browse files Browse the repository at this point in the history
  • Loading branch information
MoizAhmedd committed Dec 2, 2024
1 parent 91227cf commit 0aaebe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ const { isAuthenticated, getValidJWT, email, walletAddress, getEmail } = useDimo
useEffect(()=>{
if ( isAuthenticated ) {
//makeAuthenticatedRequest(getValidJWT())
console.log(email);
console.log(walletAddress);
}
},[isAuthenticated])
Expand Down

0 comments on commit 0aaebe1

Please sign in to comment.