feat: secure KYC storage, Google OAuth, terms gating

This commit is contained in:
arifal
2026-04-28 23:10:21 +07:00
parent 58da4608ac
commit 05d0929f7a
41 changed files with 3087 additions and 262 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ export async function submitVerificationAction(formData: FormData) {
nik: formData.get("nik") as string,
birthDate: formData.get("birthDate") as string,
address: formData.get("address") as string,
ktpImageUrl: formData.get("ktpImageUrl") as string,
selfieUrl: formData.get("selfieUrl") as string,
ktpImageKey: formData.get("ktpImageKey") as string,
selfieKey: formData.get("selfieKey") as string,
bankName: formData.get("bankName") as string,
bankAccountNumber: formData.get("bankAccountNumber") as string,
bankAccountName: formData.get("bankAccountName") as string,