Fix login - remove orphaned businessForm event listener
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
51e979a679
commit
6f0229247f
1 changed files with 0 additions and 5 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Reference in a new issue