diff --git a/app/(main)/lottery/page.tsx b/app/(main)/lottery/page.tsx index def0308..552e3be 100644 --- a/app/(main)/lottery/page.tsx +++ b/app/(main)/lottery/page.tsx @@ -43,9 +43,9 @@ const LotteryPage = () => { } }, [setAuth]); - if (!lotteryData?.errorMessage) { - router.replace("/lottery/auth"); - } + // if (!lotteryData?.errorMessage) { + // router.replace("/lottery/auth"); + // } return (