From 180d8b4e8d38ab55a5ad9d3f52e28ff1b61f04ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 21 Apr 2022 09:56:07 +0200 Subject: [PATCH] Put faulty deleted toaster in ForgotPassword page back --- frontend/src/pages/ForgotPassword.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/ForgotPassword.vue b/frontend/src/pages/ForgotPassword.vue index 46adc20d7..bdb57ac7b 100644 --- a/frontend/src/pages/ForgotPassword.vue +++ b/frontend/src/pages/ForgotPassword.vue @@ -92,6 +92,7 @@ export default { this.success = true }) .catch(() => { + this.toastError(this.$t('error.email-already-sent')) this.showPageMessage = true this.success = false })