@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user