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