Unverified Commit e70f8c1f authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #712 from ollama-webui/idiot-proof-message

feat: idiot proof signup message
parents db2336e0 c41071a9
......@@ -93,6 +93,13 @@
{mode === 'signin' ? 'Sign in' : 'Sign up'} to {WEBUI_NAME}
</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">
{#if mode === 'signup'}
<div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment