We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e239e9d commit d3ef48cCopy full SHA for d3ef48c
1 file changed
app/generate/page.tsx
@@ -155,7 +155,7 @@ const Generate: React.FC = () => {
155
const encodedData = encodeData(formData)
156
const encryptedData = encryptData(encodedData, pin)
157
console.log("Encrypted Data:", encryptedData)
158
- const qrCodeData = `https://opentag.github.io/q?=${encryptedData}`
+ const qrCodeData = `https://opentag.github.io/q?data=${encryptedData}`
159
160
const qrCodeOptions = {
161
margin: 0,
0 commit comments