Skip to content

Commit 98d5b87

Browse files
authored
TRAC-887: fix - reset password no longer working (#3059)
1 parent 94c503e commit 98d5b87

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • core/vibes/soul/sections/reset-password-section

core/vibes/soul/sections/reset-password-section/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const resetPasswordSchema = (
3838

3939
return z
4040
.object({
41-
currentPassword: z.string().trim(),
4241
password: passwordSchema,
4342
confirmPassword: z.string(),
4443
})

0 commit comments

Comments
 (0)