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--');