added new error message (detail)
This commit is contained in:
parent
3040016323
commit
41abbb44f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue