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 () {
|
||||
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'), {
|
||||
|
|
Loading…
Reference in a new issue