Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 26, 2023
1 parent c673e76 commit 4059e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</script>
<script type="text/javascript">
function onTelegramAuth(user) {
alert('Logged in as ' + user.hash);
alert('Logged in as ' + JSON.stringify(user));
}
</script>

Expand Down

0 comments on commit 4059e3d

Please sign in to comment.