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
c0fbf1e7
Commit
c0fbf1e7
authored
May 04, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
1c39e5cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+3
-3
No files found.
src/routes/auth/+page.svelte
View file @
c0fbf1e7
...
...
@@ -145,7 +145,7 @@
<input
bind:value={name}
type="text"
class=" px-5 py-3 rounded-2xl w-full text-sm border dark:border-none dark:bg-gray-900"
class=" px-5 py-3 rounded-2xl w-full text-sm
outline-none
border dark:border-none dark:bg-gray-900"
autocomplete="name"
placeholder={$i18n.t('Enter Your Full Name')}
required
...
...
@@ -160,7 +160,7 @@
<input
bind:value={email}
type="email"
class=" px-5 py-3 rounded-2xl w-full text-sm border dark:border-none dark:bg-gray-900"
class=" px-5 py-3 rounded-2xl w-full text-sm
outline-none
border dark:border-none dark:bg-gray-900"
autocomplete="email"
placeholder={$i18n.t('Enter Your Email')}
required
...
...
@@ -173,7 +173,7 @@
<input
bind:value={password}
type="password"
class=" px-5 py-3 rounded-2xl w-full text-sm border dark:border-none dark:bg-gray-900"
class=" px-5 py-3 rounded-2xl w-full text-sm
outline-none
border dark:border-none dark:bg-gray-900"
placeholder={$i18n.t('Enter Your Password')}
autocomplete="current-password"
required
...
...
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