Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 24, 2024
1 parent 575a096 commit b2f8fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const IndexPage: FC = () => {
console.log(`First Name: ${firstName}`);
console.log(`User Name: ${userName}`);
console.log(`Last Name: ${lastName}`);

console.log(`Wallet Address: ${rawAddress}`);
// You can fetch and print the user's name here if needed
} else {
console.log('Error: user data unavailable!');
Expand Down

0 comments on commit b2f8fe3

Please sign in to comment.