This wasnt used

This commit is contained in:
Dane Everitt 2019-02-18 19:38:03 -08:00
parent c47ceda302
commit 52115b5c77
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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'), {