mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 08:31:40 +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>
|
||||
<input
|
||||
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"
|
||||
class="input"
|
||||
bind:value={emailInputValue}
|
||||
required
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
spellcheck="true"
|
||||
|
Loading…
Reference in New Issue
Block a user