testing
This commit is contained in:
parent
39a9116001
commit
496b0257b0
|
|
@ -43,9 +43,9 @@ const LotteryPage = () => {
|
|||
}
|
||||
}, [setAuth]);
|
||||
|
||||
if (!lotteryData?.errorMessage) {
|
||||
router.replace("/lottery/auth");
|
||||
}
|
||||
// if (!lotteryData?.errorMessage) {
|
||||
// router.replace("/lottery/auth");
|
||||
// }
|
||||
|
||||
return (
|
||||
<ProtectedRoute>
|
||||
|
|
|
|||
Loading…
Reference in New Issue