From 5809f33c860663165d1211d0251f0da4c2a374cd Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Tue, 1 Sep 2020 16:48:51 -0500 Subject: Password reset no longer informs user of errors or account existence --- src/components/password_reset/password_reset.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/components/password_reset/password_reset.js') diff --git a/src/components/password_reset/password_reset.js b/src/components/password_reset/password_reset.js index 62e74e30..5d21d720 100644 --- a/src/components/password_reset/password_reset.js +++ b/src/components/password_reset/password_reset.js @@ -47,11 +47,6 @@ const passwordReset = { if (status === 204) { this.success = true this.error = null - } else if (status === 404 || status === 400) { - this.error = this.$t('password_reset.not_found') - this.$nextTick(() => { - this.$refs.email.focus() - }) } else if (status === 429) { this.throttled = true this.error = this.$t('password_reset.too_many_requests') -- cgit v1.2.3-70-g09d2