change selfie with ktp to selfie with setrip tag
This commit is contained in:
@@ -26,10 +26,13 @@ export const submitVerificationSchema = z.object({
|
||||
.string()
|
||||
.trim()
|
||||
.regex(/^ktp\/[A-Za-z0-9_-]+\.(jpg|png|webp)$/, "Foto KTP wajib diunggah"),
|
||||
selfieKey: z
|
||||
livenessKey: z
|
||||
.string()
|
||||
.trim()
|
||||
.regex(/^selfie\/[A-Za-z0-9_-]+\.(jpg|png|webp)$/, "Foto selfie wajib diunggah"),
|
||||
.regex(
|
||||
/^liveness\/[A-Za-z0-9_-]+\.(jpg|png|webp)$/,
|
||||
"Foto memegang kertas SETRIP wajib diunggah"
|
||||
),
|
||||
bankName: z
|
||||
.string()
|
||||
.trim()
|
||||
|
||||
Reference in New Issue
Block a user