From cbca7af3b0fb519b0634f4cc3ca91d8aadaa80f9 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 2 Jul 2020 22:44:33 +0200 Subject: [PATCH] Link to QR code from profile pages --- assets/scripts.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scripts.js b/assets/scripts.js index 7ffab67..eb424e2 100644 --- a/assets/scripts.js +++ b/assets/scripts.js @@ -226,6 +226,10 @@ async function displayProfile(opts) { feedback += `
fingerprint
`; feedback += `
${keyData.fingerprint}
`; feedback += ``; + feedback += `
`; + feedback += `
qrcode
`; + feedback += ``; + feedback += `
`; if (keyData.notations.length > 0) { feedback += `
`;