Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 25, 2023
1 parent 60f16e1 commit e822f57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="https://unpkg.com/jwt-decode@3.1.2/build/jwt-decode.js"></script>
<script src="login.js"></script>
<script async src="https://telegram.org/js/telegram-widget.js?22" data-telegram-login="AwakariBot" data-size="large" data-onauth="onTelegramAuth(user)" data-request-access="write"></script>
<script type="text/javascript">
function onTelegramAuth(user) {
alert('Logged in as ' + user.first_name + ' ' + user.last_name + ' (' + user.id + (user.username ? ', @' + user.username : '') + ')');
}
</script>
</head>
<body class="bg-gray-100">

Expand Down

0 comments on commit e822f57

Please sign in to comment.