fix: passwort strength indicator (#5553)

This commit is contained in:
Kuchenpirat
2025-06-20 18:39:08 +02:00
committed by GitHub
parent 1562437b98
commit d6110f1a94
3 changed files with 8 additions and 24 deletions

View File

@@ -52,7 +52,7 @@
@click:append-inner="pwFields.togglePasswordShow"
/>
<UserPasswordStrength :value="credentials.password1.value" />
<UserPasswordStrength v-model="credentials.password1.value" />
<v-text-field
v-model="credentials.password2.value"