added fullscreen mode and removed swipedown

This commit is contained in:
2025-09-18 10:37:23 +01:00
parent 3811b1f366
commit a33a889693
9 changed files with 636 additions and 4348 deletions

View File

@@ -48,6 +48,8 @@ async function signIn(loginDetails: NPEDFieldType) {
if (!frontCameraResponse.ok) throw new Error("cannot reach NPED endpoint");
if (!rearCameraResponse.ok) throw new Error("cannot reach NPED endpoint");
const data = await frontCameraResponse.json();
console.log(data);
return {
frontResponse: frontCameraResponse.json(),
rearResponse: rearCameraResponse.json(),