fix: Login page redirect to correct "home" page
Created by: bodnara
Previously if user was logged in and tried to access login page he would be redirected to "/home" which does not exist on all applications. Now he is redirected to "" (just base url). Each application than correctly navigates to it's "home" page.