forgot sumn or whateva

master
Matthew 2021-07-04 19:10:28 -04:00
parent 1e31422113
commit 75f3fee5f2
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export default class Keys extends Route {
<p><strong>Comment:</strong> ${pgp.data.comment}</p>
<p><strong>Public Key Algorithm:</strong> ${algo}</p>
<p><strong>Key Bit Length:</strong>
<p><strong>Key Bit Length:</strong> ${pgp.data.bitLength}</p>
<p><strong>Key ID:</strong> ${pgp.data.keyID}</p>
<p><strong>Fingerprint:</strong> ${pgp.data.fingerprint}</p>
<br><br><br>