fix: catch error response for lnurl pay (#3344)
This commit is contained in:
parent
213bde61a8
commit
0d4751d6e0
1 changed files with 1 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ window.WalletPageLogic = {
|
|||
}
|
||||
}
|
||||
})
|
||||
.catch(LNbits.utils.notifyApiError)
|
||||
},
|
||||
authLnurl() {
|
||||
const dismissAuthMsg = Quasar.Notify.create({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue