fix(login): redirect to landing instead of login popup page

This commit is contained in:
enes 2024-12-31 12:59:41 +01:00
parent ec43324cae
commit 84062f2ed0

View File

@ -33,7 +33,7 @@ const App = () => {
window.location.href.split(`${window.location.origin}/#`)[1]
)
return `${appPublicRoutes.login}?callbackPath=${callbackPathEncoded}`
return `${appPublicRoutes.landingPage}?callbackPath=${callbackPathEncoded}`
}
// Hide route only if loggedIn and r.hiddenWhenLoggedIn are both true