Fix eror registrasi 1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user