diff --git a/src/adminui/templates/auth/login.html b/src/adminui/templates/auth/login.html index 6a61642..e5be4cb 100644 --- a/src/adminui/templates/auth/login.html +++ b/src/adminui/templates/auth/login.html @@ -56,6 +56,16 @@ --bs-link-hover-color-rgb: 227,130,14; text-decoration: none; } + + #toggle-password { + border: none; + background: transparent; + } + + .items-center { + display: flex; + align-items: center; + } {% endblock %} @@ -71,9 +81,21 @@ -
+
- + + + {% if is_incorrect and message_content %}
{{ message_content }}
{% endif %}
@@ -82,4 +104,26 @@
Return to the Hotspot
+ + {% endblock %}