feat: add auth protection to routes using meta fields
This commit is contained in:
@@ -3,5 +3,9 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
//
|
||||
definePage({
|
||||
meta: {
|
||||
requiresAuth: true
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user