Add missing ID

This commit is contained in:
Ramon Wenger 2020-05-25 14:45:23 +02:00
parent 38e99e4747
commit 07059f63f4
1 changed files with 1 additions and 0 deletions

View File

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