This commit is contained in:
Tom Trappmann
2026-02-02 22:44:52 +01:00
commit 68c9ba90c5
44 changed files with 19104 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<template>
<UDashboardPanel id="settings-security">
<template #header>
<UDashboardNavbar title="Sicherheit">
<template #leading>
<UDashboardSidebarCollapse />
</template>
</UDashboardNavbar>
</template>
<template #body>
<div class="px-4 py-6 sm:px-6">
<div class="rounded-xl border border-slate-200 bg-white p-6 text-lg text-slate-700">
Sicherheitseinstellungen kommen hier hin.
</div>
</div>
</template>
</UDashboardPanel>
</template>