Fix eror registrasi 1

This commit is contained in:
2025-11-27 16:45:47 +08:00
parent 2cecec733e
commit 036fc86fed
2 changed files with 40 additions and 9 deletions

View File

@@ -114,6 +114,7 @@ export default function Validasi() {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ nomor: cleanNomor, otp, kodeId }),
credentials: 'include'
});
const verifyData = await verifyRes.json();