Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e70f8c1f
Unverified
Commit
e70f8c1f
authored
Feb 11, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 11, 2024
Browse files
Merge pull request #712 from ollama-webui/idiot-proof-message
feat: idiot proof signup message
parents
db2336e0
c41071a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+7
-0
No files found.
src/routes/auth/+page.svelte
View file @
e70f8c1f
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment