From 498424cf27a3b9209067344b0a79eb4ae63b22b0 Mon Sep 17 00:00:00 2001 From: smanylov Date: Thu, 19 Feb 2026 10:47:03 +0700 Subject: [PATCH] add mail_verified true for registration --- 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 4551734..97e8055 100644 --- a/src/app/actions/auth.ts +++ b/src/app/actions/auth.ts @@ -234,6 +234,7 @@ export async function registration( phone: phone, password, accountType, + mail_verified: true, ...(accountType === 'b2b' && { companyName: companyName, inn: inn }), ...(referralCode !== '' && { referralLink: referralCode }) }