This commit is contained in:
2026-03-18 15:33:24 +01:00
parent 5e7a6808ab
commit 867c51062b
39 changed files with 6499 additions and 161 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
let { children } = $props();
</script>
{#if page.url.pathname !== '/auth'}
{#if !['auth', 'forgot-password'].some(p => page.url.pathname.startsWith(`/${p}`))}
<Header />
{/if}