Registration completed

This commit is contained in:
2024-07-30 23:25:47 +02:00
parent f2600a3012
commit edf23bdbaa
12 changed files with 191 additions and 73 deletions

View File

@@ -1,5 +1,7 @@
export default defineNuxtRouteMiddleware((to) => {
const meta = to.meta.auth;
//to.
//useSession(to.)
return to;
})