update nostr-login with bugfix

This commit is contained in:
Believethehype 2024-04-29 22:09:04 +02:00
parent 8eb0d4c1fd
commit 96a93b5cd2
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"bootstrap": "^5.3.2",
"daisyui": "^4.6.0",
"mini-toastr": "^0.8.1",
"nostr-login": "^1.3.0",
"nostr-login": "^1.3.1",
"nostr-tools": "^2.4.0",
"vue": "^3.4.15",
"vue-notifications": "^1.0.2",

View File

@ -964,10 +964,10 @@ async function mute(result) {
try {
let eventasjson = JSON.parse(list.asJson())
try{
console.log(list.content)
// console.log(list.content)
let signer = await store.state.signer
content = await signer.nip04Decrypt(store.state.pubkey, list.content)
console.log(content)
// console.log(content)
}
catch(error){