feat: add input placeholders to login form
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
autocomplete="username"
|
autocomplete="username"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
|
placeholder="you@example.com"
|
||||||
required
|
required
|
||||||
value="{{.Username}}"
|
value="{{.Username}}"
|
||||||
class="h-10 w-full bg-background-surface px-3 text-foreground outline-none transition focus:ring-1 focus:ring-accent rounded-none!"
|
class="h-10 w-full bg-background-surface px-3 text-foreground outline-none transition focus:ring-1 focus:ring-accent rounded-none!"
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
name="password"
|
name="password"
|
||||||
type="password"
|
type="password"
|
||||||
autocomplete="current-password"
|
autocomplete="current-password"
|
||||||
|
placeholder="Enter your password"
|
||||||
required
|
required
|
||||||
class="min-w-0 flex-1 bg-transparent px-3 text-foreground outline-none rounded-none!"
|
class="min-w-0 flex-1 bg-transparent px-3 text-foreground outline-none rounded-none!"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user