Skip to content

Commit

Permalink
Update authentication block in telegram_login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jan 19, 2024
1 parent dedc1a0 commit 08468af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/web/telegram_login.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% block authed %}
{% block un-authed %}
<div class="column is-12">
<section class="hero is-info is-smaill">
<div class="hero-body">
Expand Down Expand Up @@ -29,4 +29,4 @@ <h2 class="subtitle">绑定操作只需要执行一次</h2>
</form>
</div>
</div>
{% endblock authed %}
{% endblock un-authed %}

0 comments on commit 08468af

Please sign in to comment.