From 617984e5877756f6291a47673ec8d98bc7583874 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 4 Mar 2026 15:22:26 +0700 Subject: [PATCH] add comment --- src/app/actions/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/actions/auth.ts b/src/app/actions/auth.ts index 5b3379e..136171f 100644 --- a/src/app/actions/auth.ts +++ b/src/app/actions/auth.ts @@ -152,6 +152,7 @@ export async function registration( ): Promise { const accountType = formData.get('accountType') as 'b2b' | 'b2c'; + /* вернуть в true когда проект выйдет из дева */ const mail_verified = false; const fullName = formData.get('fullName') as string || ''; const email = formData.get('email') as string || '';