mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-30 05:48:44 +02:00
added new error message (detail)
This commit is contained in:
@@ -225,7 +225,7 @@ window.LNbits = {
|
||||
Quasar.plugins.Notify.create({
|
||||
timeout: 5000,
|
||||
type: types[error.response.status] || 'warning',
|
||||
message: error.response.data.message || null,
|
||||
message: error.response.data.message || error.response.data.detail || null,
|
||||
caption:
|
||||
[error.response.status, ' ', error.response.statusText]
|
||||
.join('')
|
||||
|
Reference in New Issue
Block a user