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 <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