This wasnt used
This commit is contained in:
parent
c47ceda302
commit
52115b5c77
1 changed files with 0 additions and 2 deletions
|
@ -49,7 +49,6 @@
|
||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
X_CSRF_TOKEN: window.X_CSRF_TOKEN,
|
X_CSRF_TOKEN: window.X_CSRF_TOKEN,
|
||||||
errors: [],
|
|
||||||
submitDisabled: false,
|
submitDisabled: false,
|
||||||
showSpinner: false,
|
showSpinner: false,
|
||||||
email: '',
|
email: '',
|
||||||
|
@ -65,7 +64,6 @@
|
||||||
submitForm: function () {
|
submitForm: function () {
|
||||||
this.submitDisabled = true;
|
this.submitDisabled = true;
|
||||||
this.showSpinner = true;
|
this.showSpinner = true;
|
||||||
this.errors = [];
|
|
||||||
this.$flash.clear();
|
this.$flash.clear();
|
||||||
|
|
||||||
window.axios.post(this.route('auth.forgot-password'), {
|
window.axios.post(this.route('auth.forgot-password'), {
|
||||||
|
|
Loading…
Reference in a new issue