Skip to content

Commit 1da5507

Browse files
committed
PW reset form fix
1 parent 27436f4 commit 1da5507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/pages/auth/ResetPassword.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ onMounted(() => {
8686
</div>
8787

8888
<div class="flex flex-col gap-2">
89-
<label for="password_confirmation">Password</label>
90-
<Password
89+
<label for="password_confirmation">Confirm Password</label>
90+
<InputText
9191
id="password_confirmation"
9292
v-model="resetPwForm.password_confirmation"
9393
:invalid="Boolean(resetPwForm.errors.password_confirmation)"
94+
type="password"
9495
autocomplete="new-password"
95-
toggleMask
9696
required
9797
fluid
9898
/>

0 commit comments

Comments
 (0)