Fix login - remove orphaned businessForm event listener

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-01-27 21:38:08 -08:00
parent 51e979a679
commit 6f0229247f

View file

@ -254,11 +254,6 @@
e.preventDefault(); e.preventDefault();
this.login(); this.login();
}); });
document.getElementById('businessForm').addEventListener('submit', (e) => {
e.preventDefault();
this.selectBusiness();
});
}, },
async verifyAndRedirect(token, businessId) { async verifyAndRedirect(token, businessId) {