diff --git a/web/src/lib/components/layouts/AuthPageLayout.svelte b/web/src/lib/components/layouts/AuthPageLayout.svelte index 2cae94e340..63c2bedbe3 100644 --- a/web/src/lib/components/layouts/AuthPageLayout.svelte +++ b/web/src/lib/components/layouts/AuthPageLayout.svelte @@ -11,7 +11,7 @@ let { title, children, withHeader = true, withBackdrop = true }: Props = $props(); -
+
{#if withBackdrop}
Immich logo
{/if}