Add missing ID
This commit is contained in:
parent
38e99e4747
commit
07059f63f4
|
|
@ -14,6 +14,7 @@
|
|||
v-model="password"
|
||||
v-validate="'required'"
|
||||
:class="{ 'skillboxform-input__input--error': errors.has('password') }"
|
||||
id="password"
|
||||
name="password"
|
||||
type="password"
|
||||
data-vv-as="Passwort"
|
||||
|
|
|
|||
Loading…
Reference in New Issue