- {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}