fix: missing template

main
Flycro 2024-02-17 15:36:37 +01:00
parent cfcb55dc33
commit 9dd25fa545
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
<template>
</template>
<script setup lang="ts">
definePageMeta({ middleware: ['guest'], layout: 'auth' })
const { logout } = useAuth()