Put faulty deleted toaster in ForgotPassword page back

This commit is contained in:
Wolfgang Huß 2022-04-21 09:56:07 +02:00
parent f245a3703c
commit 180d8b4e8d

View File

@ -92,6 +92,7 @@ export default {
this.success = true
})
.catch(() => {
this.toastError(this.$t('error.email-already-sent'))
this.showPageMessage = true
this.success = false
})