chore(auth): remove unneeded return

This commit is contained in:
peaklabs-dev 2026-09-08 12:13:45 +02:00
parent aff973cce9
commit 0088b55f48
No known key found for this signature in database

View file

@ -6,8 +6,6 @@
handleSubmit(event) {
if (this.submitting) {
event.preventDefault();
return;
}
this.submitting = true;