🐐
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user