fix: catch error response for lnurl pay (#3344)

This commit is contained in:
dni ⚡ 2025-09-03 12:36:20 +02:00 committed by GitHub
parent 213bde61a8
commit 0d4751d6e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -575,6 +575,7 @@ window.WalletPageLogic = {
}
}
})
.catch(LNbits.utils.notifyApiError)
},
authLnurl() {
const dismissAuthMsg = Quasar.Notify.create({