We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c503e commit 98d5b87Copy full SHA for 98d5b87
1 file changed
core/vibes/soul/sections/reset-password-section/schema.ts
@@ -38,7 +38,6 @@ export const resetPasswordSchema = (
38
39
return z
40
.object({
41
- currentPassword: z.string().trim(),
42
password: passwordSchema,
43
confirmPassword: z.string(),
44
})
0 commit comments