mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
toast errors on password reset
This commit is contained in:
parent
4045842435
commit
9f5edda466
@ -115,9 +115,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
this.$router.push('/thx/reset')
|
this.$router.push('/thx/reset')
|
||||||
} else {
|
} else {
|
||||||
this.$bvToast.toast(result.result.message, {
|
this.$toast.error(result.result.message)
|
||||||
title: this.$t('error.error'),
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async authenticate() {
|
async authenticate() {
|
||||||
@ -128,9 +126,7 @@ export default {
|
|||||||
this.sessionId = result.result.data.session_id
|
this.sessionId = result.result.data.session_id
|
||||||
this.email = result.result.data.user.email
|
this.email = result.result.data.user.email
|
||||||
} else {
|
} else {
|
||||||
this.$bvToast.toast(result.result.message, {
|
this.$toast.error(result.result.message)
|
||||||
title: this.$t('error.error'),
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user