code fixes and adding modal
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user