add input names
This commit is contained in:
parent
c7a4fc3151
commit
2045e47ab5
@ -54,6 +54,7 @@
|
|||||||
<input
|
<input
|
||||||
v-model="formUsername"
|
v-model="formUsername"
|
||||||
type="text"
|
type="text"
|
||||||
|
name="username"
|
||||||
:placeholder="$t('input.username')"
|
:placeholder="$t('input.username')"
|
||||||
class="input input-bordered w-full"
|
class="input input-bordered w-full"
|
||||||
required
|
required
|
||||||
@ -62,6 +63,7 @@
|
|||||||
<input
|
<input
|
||||||
v-model="formPassword"
|
v-model="formPassword"
|
||||||
type="password"
|
type="password"
|
||||||
|
name="passwort"
|
||||||
:placeholder="$t('input.password')"
|
:placeholder="$t('input.password')"
|
||||||
class="input input-bordered w-full mt-5"
|
class="input input-bordered w-full mt-5"
|
||||||
required
|
required
|
||||||
|
Loading…
Reference in New Issue
Block a user