Progress on auth handling

This commit is contained in:
2024-07-29 15:07:14 +02:00
parent 3b23d4dab4
commit 3c2548cd90
19 changed files with 242 additions and 45 deletions

View File

@@ -31,7 +31,6 @@ onMounted(() => {
</script>
<template>
<LeftComponent />
<div class="site-body-center-column">
<div class="render-container">
<template v-if="!!page && page._type == 'markdown' && page.body.children.length > 0">