This commit is contained in:
Kakabay 2025-01-29 18:31:10 +05:00
parent 39a9116001
commit 496b0257b0
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ const LotteryPage = () => {
}
}, [setAuth]);
if (!lotteryData?.errorMessage) {
router.replace("/lottery/auth");
}
// if (!lotteryData?.errorMessage) {
// router.replace("/lottery/auth");
// }
return (
<ProtectedRoute>