Init
This commit is contained in:
5
apps/web/pages/logout/index.vue
Normal file
5
apps/web/pages/logout/index.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({ middleware: ['guest'], layout: 'auth' })
|
||||
const { logout } = useAuth()
|
||||
logout()
|
||||
</script>
|
||||
Reference in New Issue
Block a user