mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 11:05:14 +00:00
fix: hide theme switcher on auth pages because of dynamic background
This commit is contained in:
@@ -39,7 +39,9 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-between gap-4">
|
<div class="flex items-center justify-between gap-4">
|
||||||
|
{#if !isAuthPage}
|
||||||
<ModeSwitcher />
|
<ModeSwitcher />
|
||||||
|
{/if}
|
||||||
{#if $userStore?.id}
|
{#if $userStore?.id}
|
||||||
<HeaderAvatar />
|
<HeaderAvatar />
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user