diff --git a/static/scripts.js b/static/scripts.js index 6e484f1..0dfc93f 100644 --- a/static/scripts.js +++ b/static/scripts.js @@ -282,12 +282,12 @@ async function displayProfile(opts) { } } if (!keyLink) { - keyLink = `https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x${keyData.fingerprint}`; + keyLink = `https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x${fingerprint}`; } break; case "hkp": - keyLink = `https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x${keyData.fingerprint}`; + keyLink = `https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x${fingerprint}`; break; case "keybase":