diff --git a/src/app_modules/auth/splash/view.tsx b/src/app_modules/auth/splash/view.tsx index aa71976b..5108f27d 100644 --- a/src/app_modules/auth/splash/view.tsx +++ b/src/app_modules/auth/splash/view.tsx @@ -8,11 +8,11 @@ import { useRouter } from "next/navigation"; export default function SplashScreen() { const router = useRouter(); - useShallowEffect(() => { - setTimeout(() => { - router.push("/dev/home", { scroll: false }); - }, 1000); - }, []); + // useShallowEffect(() => { + // setTimeout(() => { + // router.push("/dev/home", { scroll: false }); + // }, 1000); + // }, []); return ( <>