Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 2585cf8

Browse files
committed
🐛 fix telegram widget
1 parent 6bf219c commit 2585cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/static/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="theme">
1010
<h1>🔒 로그인하기</h1>
1111
<script async src="https://telegram.org/js/telegram-widget.js?15" data-telegram-login="fastcampus_quiz_bot"
12-
data-size="large" data-auth-url="https://b30274076acb.ap.ngrok.io/users/login" data-request-access="write">
12+
data-size="large" data-onauth="onTelegramAuth(user)" data-request-access="write">
1313
</script>
1414
</div>
1515
<script type="text/javascript">

0 commit comments

Comments
��(0)