This commit is contained in:
2024-11-13 13:41:35 +01:00
32 changed files with 549 additions and 34 deletions

View File

@@ -1,4 +1,6 @@
<script setup lang="ts">
import { hasPermissions } from "#shared/auth.util";
definePageMeta({
guestsGoesTo: '/user/login',
})