mirror of
https://github.com/xyzeva/k-id-age-verifier.git
synced 2026-07-30 23:47:27 +02:00
fix: Use originalUrl
This commit is contained in:
@@ -356,7 +356,7 @@ async function verify(qrCodeUrlStr: string) {
|
||||
api_key: null,
|
||||
api_secret: null,
|
||||
token,
|
||||
longURL: null,
|
||||
longURL: originalUrl,
|
||||
userAgent: userAgent
|
||||
})
|
||||
});
|
||||
|
||||
@@ -384,7 +384,7 @@ async function verify(
|
||||
api_key: null,
|
||||
api_secret: null,
|
||||
token,
|
||||
longURL: null,
|
||||
longURL: originalUrl,
|
||||
userAgent: userAgent
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user