From 0c3d9d728784d676ecaf0e9ef5cadbd2039c503d Mon Sep 17 00:00:00 2001 From: Koha9 <36852125+Koha9@users.noreply.github.com> Date: Tue, 8 Jul 2025 19:44:07 +0900 Subject: [PATCH] Grey out user/password when token present --- app/templates/login.html | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/app/templates/login.html b/app/templates/login.html index d6caca2..d1f8a87 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -6,11 +6,11 @@

🔐 登录信息

- +
- +
@@ -38,4 +38,30 @@ {% if message %}
{{ message }}
{% endif %} -{% endblock %} \ No newline at end of file + +{% endblock %}