fix: missing template
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
<template>
|
||||||
|
|
||||||
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
definePageMeta({ middleware: ['guest'], layout: 'auth' })
|
definePageMeta({ middleware: ['guest'], layout: 'auth' })
|
||||||
const { logout } = useAuth()
|
const { logout } = useAuth()
|
||||||
|
|||||||
Reference in New Issue
Block a user