Finished registration + working on own useAuth composable

This commit is contained in:
2024-07-30 17:58:22 +02:00
parent 1d2a89e001
commit f2600a3012
23 changed files with 354 additions and 99 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
definePageMeta({
title: '',
auth: {
unauthenticatedOnly: true,
navigateAuthenticatedTo: '/user/profile'