From 9ab78a55c3602055868538e29d1b1183465fac26 Mon Sep 17 00:00:00 2001 From: smanylov Date: Fri, 20 Feb 2026 15:40:45 +0700 Subject: [PATCH] remove console.log --- src/app/actions/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/actions/auth.ts b/src/app/actions/auth.ts index 35428ac..d3116b9 100644 --- a/src/app/actions/auth.ts +++ b/src/app/actions/auth.ts @@ -297,7 +297,6 @@ export async function registration( } } else { - console.log(parsed); throw parsed; } } else {