mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
render error message as it is
This commit is contained in:
parent
983c05a1b9
commit
8122f218a9
@ -133,9 +133,7 @@ export default {
|
||||
})
|
||||
.catch((error) => {
|
||||
this.pending = true
|
||||
if (error.message === 'GraphQL error: 403.13 - Client certificate revoked') {
|
||||
this.$toasted.error(this.$t('error.session-expired'))
|
||||
}
|
||||
this.$toasted.error(error.message)
|
||||
// what to do when loading balance fails?
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user