Browse Source

feat: idiot proof signup message

Timothy J. Baek 1 year ago
parent
commit
c41071a9b0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/routes/auth/+page.svelte

+ 7 - 0
src/routes/auth/+page.svelte

@@ -93,6 +93,13 @@
 						{mode === 'signin' ? 'Sign in' : 'Sign up'} to {WEBUI_NAME}
 						{mode === 'signin' ? 'Sign in' : 'Sign up'} to {WEBUI_NAME}
 					</div>
 					</div>
 
 
+					{#if mode === 'signup'}
+						<div class=" mt-1 text-xs font-medium text-gray-500">
+							ⓘ Your data stays secure on your locally hosted server and {WEBUI_NAME} does not make any
+							external connections.
+						</div>
+					{/if}
+
 					<div class="flex flex-col mt-4">
 					<div class="flex flex-col mt-4">
 						{#if mode === 'signup'}
 						{#if mode === 'signup'}
 							<div>
 							<div>