04/16 Update - Fixed login UI issue 2

This commit is contained in:
2026-04-16 16:49:35 -04:00
parent fa6e7e9cfb
commit 56973131a5
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}Login - QR Code Management{% endblock %}
{% block extra_styles %}
{% block extra_head %}
<!-- Include the new authentication styles -->
<link rel="stylesheet" href="{{ url_for('static', filename='css/auth.css') }}">
{% endblock %}