diff --git a/portal/login.html b/portal/login.html
index ec5c4e9..cade984 100644
--- a/portal/login.html
+++ b/portal/login.html
@@ -254,11 +254,6 @@
e.preventDefault();
this.login();
});
-
- document.getElementById('businessForm').addEventListener('submit', (e) => {
- e.preventDefault();
- this.selectBusiness();
- });
},
async verifyAndRedirect(token, businessId) {