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')
|
||||
} else {
|
||||
this.$bvToast.toast(result.result.message, {
|
||||
title: this.$t('error.error'),
|
||||
})
|
||||
this.$toast.error(result.result.message)
|
||||
}
|
||||
},
|
||||
async authenticate() {
|
||||
@ -128,9 +126,7 @@ export default {
|
||||
this.sessionId = result.result.data.session_id
|
||||
this.email = result.result.data.user.email
|
||||
} else {
|
||||
this.$bvToast.toast(result.result.message, {
|
||||
title: this.$t('error.error'),
|
||||
})
|
||||
this.$toast.error(result.result.message)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user