chore(auth): remove unneeded return
This commit is contained in:
parent
aff973cce9
commit
0088b55f48
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@
|
|||
handleSubmit(event) {
|
||||
if (this.submitting) {
|
||||
event.preventDefault();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
this.submitting = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue