From 6cbf5d421a0bf06acd9dca57a78521b414b6e6bd Mon Sep 17 00:00:00 2001 From: smanylov Date: Fri, 12 Dec 2025 11:52:57 +0700 Subject: [PATCH] add server logs --- src/app/actions/auth.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/actions/auth.ts b/src/app/actions/auth.ts index 4ad5d48..71070a1 100644 --- a/src/app/actions/auth.ts +++ b/src/app/actions/auth.ts @@ -198,6 +198,10 @@ export async function registration( } }); + console.log('--response--'); + console.log(response); + console.log('--response--'); + if (response.ok) { let parsed = await response.json(); console.log('--parsed--');