You've already forked obsidian-visualiser
Progress on auth handling
This commit is contained in:
@@ -1 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
title: 'Se connecter',
|
||||
auth: {
|
||||
unauthenticatedOnly: true,
|
||||
navigateAuthenticatedTo: '/user/profile'
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
Reference in New Issue
Block a user