mirror of
https://github.com/xyzeva/k-id-age-verifier.git
synced 2026-06-12 01:17:48 +02:00
fix: we're so back once again
This commit is contained in:
@@ -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}®ion=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,
|
||||
|
||||
Reference in New Issue
Block a user