Skip to content

Commit 93b8ff9

Browse files
committed
Reset SignUp component .submitText to 'Submit' on API error
1 parent 8f2c4b5 commit 93b8ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/auth/SignUp.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default {
7979
this.error = error;
8080
}
8181
82+
this.submitText = 'Submit';
8283
this.submitting = false;
8384
});
8485
},

0 commit comments

Comments
 (0)