Skip to content

Commit

Permalink
423
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 16, 2024
1 parent 64b1a88 commit 7d3dd52
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 @@ -83,7 +83,7 @@ const IndexPage: FC = () => {
alert(`User ID: ${userId}`);
// You can fetch and print the user's name here if needed
} else {
alert('Telegram user data issue');
alert('Telegram not loaded or user data unavailable!');
}
}, [onTelegram, userId]);

Expand Down

0 comments on commit 7d3dd52

Please sign in to comment.