diff --git a/components/partials/auth/login-form.tsx b/components/partials/auth/login-form.tsx index 45c8faff..bc179c58 100644 --- a/components/partials/auth/login-form.tsx +++ b/components/partials/auth/login-form.tsx @@ -232,7 +232,7 @@ const LoginForm = () => { profile?.data?.data?.roleId === 18 || profile?.data?.data?.roleId === 2 ) { - window.location.href = "/in/dashboard/executive"; + window.location.href = "/in/dashboard/executive-data"; // router.push('/admin/dashboard'); Cookies.set("status", "login", { expires: 1, @@ -532,10 +532,10 @@ const LoginForm = () => {