mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Fix syntax error
This commit is contained in:
parent
ae89964feb
commit
04492b9b0a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async function verifySignature(opts) {
|
|||
message: signature,
|
||||
publicKeys: keyData.publicKey
|
||||
});
|
||||
{ valid } = verified.signatures[0];
|
||||
valid = verified.signatures[0].valid;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
elRes.innerHTML = e;
|
||||
|
|
Loading…
Reference in a new issue