This commit is contained in:
Douglas Barone 2023-12-14 08:02:35 -04:00
parent e04c97c6fe
commit 4db031b11d

View File

@ -23,9 +23,9 @@
:hint="strengthTips ? passwordStrength.message : ''"
:append-icon="show ? 'mdi-eye-outline' : 'mdi-eye-off-outline'"
validate-on-blur
clearable
@click:append="show = !show"
@keyup="onInput"
clearable
/>
<v-expand-transition>
@ -50,8 +50,8 @@
name="passwordConfirmation"
label="Confirme a nova senha"
validate-on-blur
@keyup="onInput"
clearable
@keyup="onInput"
/>
</v-expand-transition>
</div>