Tests connexion

This commit is contained in:
2024-08-01 17:55:50 +02:00
parent edf23bdbaa
commit fb58a24170
15 changed files with 222 additions and 135 deletions

View File

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