mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 16:41:32 +03:00
refactor: Update email input placeholder text and add required attribute to improve user experience
This commit is contained in:
parent
61db260ac8
commit
e0b0b85ad8
@ -92,10 +92,11 @@
|
|||||||
<label for="email">Email</label>
|
<label for="email">Email</label>
|
||||||
<input
|
<input
|
||||||
name="email"
|
name="email"
|
||||||
placeholder="Provide an email if you want to hear back from us"
|
placeholder="Provide an email so that we can get back to you"
|
||||||
type="email"
|
type="email"
|
||||||
class="input"
|
class="input"
|
||||||
bind:value={emailInputValue}
|
bind:value={emailInputValue}
|
||||||
|
required
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
spellcheck="true"
|
spellcheck="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user