Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 27, 2023
1 parent 4179c9c commit 26c4314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<script src="https://unpkg.com/jwt-decode@3.1.2/build/jwt-decode.js"></script>
<script src="login.js"></script>

<link href="login.css" rel="stylesheet"/>
</head>
<body class="bg-gray-100">

Expand Down Expand Up @@ -55,8 +54,7 @@
data-theme="outline"
data-text="signin_with"
data-size="medium"
data-logo_alignment="left"
data-width="200">
data-logo_alignment="left">
</div>
</div>

Expand All @@ -72,8 +70,7 @@
data-onauth="handleAuthTelegram(user)"
data-request-access="write"
data-radius="4"
data-userpic="false"
data-type="icon">
data-userpic="false">
</script>
</div>

Expand Down
3 changes: 0 additions & 3 deletions web/login.css

This file was deleted.

0 comments on commit 26c4314

Please sign in to comment.