diff --git a/portal/signup.html b/portal/signup.html
index f6feb0b..3420b39 100644
--- a/portal/signup.html
+++ b/portal/signup.html
@@ -806,9 +806,8 @@
console.log('[Signup] myBusinesses response:', data);
if (data.OK && data.BUSINESSES && data.BUSINESSES.length > 0) {
- // Has businesses - go to portal
- localStorage.setItem('payfrit_portal_business', data.BUSINESSES[0].BusinessID || data.BUSINESSES[0].BUSINESSID);
- window.location.href = BASE_PATH + '/portal/index.html';
+ // Has businesses - go to login for business selection
+ window.location.href = BASE_PATH + '/portal/login.html';
} else {
// No businesses - go to wizard
this.redirectToWizard();