1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 24 deletions

View file

@ -149,7 +149,7 @@
variant="underlined"
@click:append="showPassword = !showPassword"
/>
<UserPasswordStrength :value="password.newOne" />
<UserPasswordStrength v-model="password.newOne" />
</v-form>
</v-card-text>
<v-card-actions>