mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update fingerprint QR codes to new format
This commit is contained in:
parent
ae940da154
commit
57bb616521
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ async function displayProfile(opts) {
|
|||
if (opts.mode == "hkp") {
|
||||
feedback += `<div class="profileDataItem">`;
|
||||
feedback += `<div class="profileDataItem__label">qrcode</div>`;
|
||||
feedback += `<div class="profileDataItem__value"><a href="/util/qrfp/${keyData.fingerprint}">fingerprint</a></div>`;
|
||||
feedback += `<div class="profileDataItem__value"><a href="/util/qr/${encodeURIComponent(`OPENPGP4FPR:${keyData.fingerprint.toUpperCase()}`)}" target="_blank">fingerprint</a></div>`;
|
||||
feedback += `</div>`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue