diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index d9ee207dc3..5017023442 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -172,28 +172,17 @@ }} /> -
+
{#if loaded} -
-
-
- -
-
-
+
{#if ($config?.features.auth_trusted_header ?? false) || $config?.features.auth === false} @@ -515,5 +504,19 @@ {/if}
+ +
+
+
+ +
+
+
{/if}