mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 09:19:25 +02:00
Fix #686: Added name attributes on all inputs to improve UX, especially with password managers
This commit is contained in:
parent
ca433fd90e
commit
4256d554e3
24 changed files with 29 additions and 20 deletions
|
@ -20,6 +20,7 @@
|
|||
<label><translate>Username</translate></label>
|
||||
<input
|
||||
ref="username"
|
||||
name="username"
|
||||
required
|
||||
type="text"
|
||||
autofocus
|
||||
|
@ -30,6 +31,7 @@
|
|||
<label><translate>Email</translate></label>
|
||||
<input
|
||||
ref="email"
|
||||
name="email"
|
||||
required
|
||||
type="email"
|
||||
:placeholder="labels.emailPlaceholder"
|
||||
|
@ -44,6 +46,7 @@
|
|||
<input
|
||||
required
|
||||
type="text"
|
||||
name="invitation"
|
||||
:placeholder="labels.placeholder"
|
||||
v-model="invitation">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue