diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 8b380f25c..c44d1afe3 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -201,11 +201,11 @@ > {#if loaded} {#if !['user', 'admin'].includes($user.role)} -
+
-
+
Account Activation Pending
Contact Admin for WebUI Access diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index def6f2cef..afd40e9d0 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -81,7 +81,7 @@
-
+
-
+
{#if $config?.trusted_header_auth ?? false}
{:else} -
+
{ submitHandler(); }} > -
- {mode === 'signin' ? $i18n.t('Sign in') : $i18n.t('Sign up')} - {$i18n.t('to')} - {$WEBUI_NAME} -
- - {#if mode === 'signup'} -
- ⓘ {$WEBUI_NAME} - {$i18n.t( - 'does not make any external connections, and your data stays securely on your locally hosted server.' - )} +
+
+ {mode === 'signin' ? $i18n.t('Sign in') : $i18n.t('Sign up')} + {$i18n.t('to')} + {$WEBUI_NAME}
- {/if} + + {#if mode === 'signup'} +
+ ⓘ {$WEBUI_NAME} + {$i18n.t( + 'does not make any external connections, and your data stays securely on your locally hosted server.' + )} +
+ {/if} +
{#if mode === 'signup'} @@ -143,14 +145,14 @@
-
+
{/if}
@@ -158,7 +160,7 @@
{$i18n.t('Password')}
+