Skip to content

Commit 52115b5

Browse files
committed
This wasnt used
1 parent c47ceda commit 52115b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/assets/scripts/components/auth/ForgotPassword.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
data: function () {
5050
return {
5151
X_CSRF_TOKEN: window.X_CSRF_TOKEN,
52-
errors: [],
5352
submitDisabled: false,
5453
showSpinner: false,
5554
email: '',
@@ -65,7 +64,6 @@
6564
submitForm: function () {
6665
this.submitDisabled = true;
6766
this.showSpinner = true;
68-
this.errors = [];
6967
this.$flash.clear();
7068
7169
window.axios.post(this.route('auth.forgot-password'), {

0 commit comments

Comments
 (0)