mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
Remove obsolete code
This commit is contained in:
parent
7fb3784ef6
commit
f51afd2ead
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ const runVerificationForm = () => {
|
||||||
verificationKeys: window.kx.key.object
|
verificationKeys: window.kx.key.object
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(verified);
|
|
||||||
if (await verified.signatures[0].verified) {
|
if (await verified.signatures[0].verified) {
|
||||||
elFormVerify.querySelector('.output').value = `The message was signed by the profile's key.`;
|
elFormVerify.querySelector('.output').value = `The message was signed by the profile's key.`;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue