mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -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
|
||||
});
|
||||
|
||||
console.log(verified);
|
||||
if (await verified.signatures[0].verified) {
|
||||
elFormVerify.querySelector('.output').value = `The message was signed by the profile's key.`;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue