You've already forked obsidian-visualiser
Finished registration + working on own useAuth composable
This commit is contained in:
5
middleware/auth.ts
Normal file
5
middleware/auth.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default defineNuxtRouteMiddleware((to) => {
|
||||
const meta = to.meta.auth;
|
||||
|
||||
//to.
|
||||
})
|
||||
Reference in New Issue
Block a user