auth middlewares
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
middleware: ['authenticated'],
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>/</p>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user