diff --git a/apps/hub/app/(auth)/login/_components/action.ts b/apps/hub/app/(auth)/login/_components/action.ts index 155a1ebc..dc120a02 100644 --- a/apps/hub/app/(auth)/login/_components/action.ts +++ b/apps/hub/app/(auth)/login/_components/action.ts @@ -35,6 +35,8 @@ export const logAction = async ( const headersList = await headers(); const user = await getServerSession(); + console.log(Array.from(headersList.entries())); + const ip = headersList.get("X-Forwarded-For") || headersList.get("Forwarded") ||