fix
Deploy banu-front / deploy (push) Successful in 1m20s

This commit is contained in:
sajjadtalkhabi
2026-06-27 20:07:58 +03:30
parent 2c617258f4
commit e700609236
22 changed files with 236 additions and 177 deletions
+2 -3
View File
@@ -11,13 +11,12 @@ const requiredString = (min = 0) => {
export const personalInformationSchema = object().shape({
avatar: mixed().notRequired(),
avatarId: mixed().notRequired(),
firstName: requiredString(3),
lastName: requiredString(3),
name: requiredString(3),
birthDate: string().required(),
nationalCode: nationalCodeRule,
maritalStatus: string().required(),
gender: string().required(),
phoneNumber: phoneNumberRule,
phone: phoneNumberRule,
provinceId: mixed().required(),
cityId: mixed().required(),
address: requiredString(10),