Страница входа была подключена к темам панели

Этот коммит содержится в:
Виктор
2026-05-07 21:03:03 +09:00
родитель 8c8628b982
Коммит a536f16d6c
+4
Просмотреть файл
@@ -4,7 +4,11 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ app_name }} Login</title> <title>{{ app_name }} Login</title>
<script>
document.documentElement.dataset.theme = localStorage.getItem('virtualityTheme') || 'neon';
</script>
<link rel="stylesheet" href="/static/app.css"> <link rel="stylesheet" href="/static/app.css">
<link rel="stylesheet" href="/static/themes.css">
</head> </head>
<body class="auth-body"> <body class="auth-body">
<main class="auth-shell"> <main class="auth-shell">