From 43bb74c47e02806f9315fe0a885bed8aadd319f0 Mon Sep 17 00:00:00 2001 From: Kakabay <2kakabayashyrberdyew@gmail.com> Date: Wed, 29 Jan 2025 18:18:40 +0500 Subject: [PATCH] console log added to the lotter to test --- app/(main)/lottery/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/(main)/lottery/page.tsx b/app/(main)/lottery/page.tsx index 3bc70e1..3cab13e 100644 --- a/app/(main)/lottery/page.tsx +++ b/app/(main)/lottery/page.tsx @@ -29,6 +29,7 @@ const LotteryPage = () => { .then((response) => { if (response.errorMessage) { // If authentication fails, redirect to the auth page + console.log("lotter/", response); router.replace("/lottery/auth"); } else { // ✅ Set the authenticated state