Skip to content

Commit d3ef48c

Browse files
committed
fix url param issue
1 parent e239e9d commit d3ef48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/generate/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const Generate: React.FC = () => {
155155
const encodedData = encodeData(formData)
156156
const encryptedData = encryptData(encodedData, pin)
157157
console.log("Encrypted Data:", encryptedData)
158-
const qrCodeData = `https://opentag.github.io/q?=${encryptedData}`
158+
const qrCodeData = `https://opentag.github.io/q?data=${encryptedData}`
159159

160160
const qrCodeOptions = {
161161
margin: 0,

0 commit comments

Comments
 (0)