From 575ecf02d81e5984a5f2a2eb013a044995201444 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Sun, 8 Jun 2025 23:41:06 +0800 Subject: [PATCH] fix login form --- components/partials/auth/login-form.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = () => {