add input names

This commit is contained in:
jb-alvarado 2024-08-18 17:00:36 +02:00
parent c7a4fc3151
commit 2045e47ab5

View File

@ -54,6 +54,7 @@
<input
v-model="formUsername"
type="text"
name="username"
:placeholder="$t('input.username')"
class="input input-bordered w-full"
required
@ -62,6 +63,7 @@
<input
v-model="formPassword"
type="password"
name="passwort"
:placeholder="$t('input.password')"
class="input input-bordered w-full mt-5"
required