fix: we're so back once again

This commit is contained in:
Dziurwa14
2026-02-12 21:39:23 +01:00
parent 1a9627bc1c
commit 4e2d372984
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -590,8 +590,8 @@ async function verify(qrCodeUrlStr: string) {
start_time_stamp: currentTime + Number(Math.random().toFixed(3)),
end_time_stamp: currentTime + completionTime + Number(Math.random().toFixed(3)),
device_timezone: location.timezone,
referring_page: `https://d3ogqhtsivkon3.cloudfront.net/?token=${token}&shi=false&from_qr_scan=true`,
parent_page: `https://d3ogqhtsivkon3.cloudfront.net/dynamic_index.html?sl=${jwtPayload.jti}&region=eu-central-1`,
referring_page: `https://d3ogqhtsivkon3.cloudfront.net/index-v1.10.22.html#/?token=${token}`,
parent_page: `https://d3ogqhtsivkon3.cloudfront.net/?token=${token}`,
face_confidence_limit: 0.975,
multipleFacesDetected: false,
targetGate: 18,
+1 -1
View File
@@ -3,7 +3,7 @@
let qrCodeError = $state<string | null>(null);
let qrCodeSuccess = $state(false);
const IS_PATCHED = true;
const IS_PATCHED = false;
</script>
<div class="mx-auto w-screen max-w-6xl items-center p-5 pb-16">
+3 -3
View File
@@ -604,8 +604,8 @@ async function verify(
start_time_stamp: currentTime + Number(Math.random().toFixed(3)),
end_time_stamp: currentTime + completionTime + Number(Math.random().toFixed(3)),
device_timezone: location.timezone,
referring_page: `https://d3ogqhtsivkon3.cloudfront.net/?token=${token}&shi=false&from_qr_scan=true`,
parent_page: `https://d3ogqhtsivkon3.cloudfront.net/dynamic_index.html?sl=${jwtPayload.jti}&region=eu-central-1`,
referring_page: `https://d3ogqhtsivkon3.cloudfront.net/index-v1.10.22.html#/?token=${token}`,
parent_page: `https://d3ogqhtsivkon3.cloudfront.net/?token=${token}`,
face_confidence_limit: 0.975,
multipleFacesDetected: false,
targetGate: 18,
@@ -946,4 +946,4 @@ export const POST = async (event: RequestEvent) => {
}
return jsonResponse({ error: 'unexpected type' }, 400);
};
};