From 52115b5c77a786dcb483b4f87b7b9f1cd2b42843 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 18 Feb 2019 19:38:03 -0800 Subject: [PATCH] This wasnt used --- resources/assets/scripts/components/auth/ForgotPassword.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/assets/scripts/components/auth/ForgotPassword.vue b/resources/assets/scripts/components/auth/ForgotPassword.vue index 20cadd67d..8489c0ec1 100644 --- a/resources/assets/scripts/components/auth/ForgotPassword.vue +++ b/resources/assets/scripts/components/auth/ForgotPassword.vue @@ -49,7 +49,6 @@ data: function () { return { X_CSRF_TOKEN: window.X_CSRF_TOKEN, - errors: [], submitDisabled: false, showSpinner: false, email: '', @@ -65,7 +64,6 @@ submitForm: function () { this.submitDisabled = true; this.showSpinner = true; - this.errors = []; this.$flash.clear(); window.axios.post(this.route('auth.forgot-password'), {