fix: mirror
Deploy banu-front / deploy (push) Successful in 1m27s

This commit is contained in:
sajjadtalkhabi
2026-06-12 01:01:45 +03:30
parent 6b36ec8241
commit a4432a30cb
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const signupSchema = object().shape({
})
export const verifyCodeSchema = object().shape({
verifyCode: string().required().max(5),
verifyCode: string().required().length(6),
})
export const resetPasswordSchema = object().shape({