diff --git a/apps/dashboard/web/polaris_web/web/src/apps/signup/components/SignUp.jsx b/apps/dashboard/web/polaris_web/web/src/apps/signup/components/SignUp.jsx index 65a6a8d484..ebb77b4671 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/signup/components/SignUp.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/signup/components/SignUp.jsx @@ -56,7 +56,7 @@ function SignUp() { setSsoList(copySsoList) if (window.IS_SAAS && window.IS_SAAS === "true") { - window.location.href = "/"; + navigate('/dashboard/observe/inventory'); } }, [])