add security loop

This commit is contained in:
Emily
2024-09-26 15:48:59 +02:00
parent f5edf187fd
commit 3b1ee0fd13
4 changed files with 10 additions and 27 deletions

View File

@@ -1,7 +1,5 @@
<script setup lang="ts">
import type { } from '#ui/types/tabs'
definePageMeta({ layout: 'dashboard' });
const activeProjectId = useActiveProjectId();