Horrible redirect kludge to fix login flow, tidy up and readme
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
middleware: ['auth'],
|
||||
layout: "authenticated",
|
||||
});
|
||||
definePageMeta({
|
||||
middleware: ['auth'],
|
||||
layout: "authenticated",
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user