code fixes and adding modal

This commit is contained in:
2025-09-12 08:21:52 +01:00
parent fae17b88a4
commit d03f73f751
24 changed files with 524 additions and 303 deletions

View File

@@ -35,7 +35,7 @@ async function signIn(loginDetails: NPEDFieldType) {
{ property: "propClientID", value: clientId },
],
};
console.log(frontId);
const frontCameraResponse = await fetch(NPEDLoginURLFront, {
method: "POST",
body: JSON.stringify(frontCameraPayload),