change selfie with ktp to selfie with setrip tag

This commit is contained in:
2026-05-08 20:02:11 +07:00
parent f5d86d2414
commit ccb3437e82
24 changed files with 127 additions and 84 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ type SubmitInput = {
birthDate: Date;
address: string;
ktpImageKey: string;
selfieKey: string;
livenessKey: string;
bankName: string;
bankAccountNumber: string;
bankAccountName: string;
@@ -36,7 +36,7 @@ export const organizerService = {
birthDate: data.birthDate,
address: data.address,
ktpImageKey: data.ktpImageKey,
selfieKey: data.selfieKey,
livenessKey: data.livenessKey,
bankName: data.bankName,
bankAccountNumber: data.bankAccountNumber,
bankAccountName: data.bankAccountName,