This commit is contained in:
2026-05-15 15:57:00 +02:00
parent 7294dd47ef
commit ab6f6088f2
8 changed files with 143 additions and 69 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ import Layout from '../../layouts/Layout.astro';
import Login from '../../components/react/admin/Login';
---
<Layout title="Admin Login">
<Layout title="Admin Login" description="Sign in to the back room." minimal>
<Login client:only="react" />
</Layout>