diff --git a/src/app/actions/auth.ts b/src/app/actions/auth.ts index 8ef33e2..3d9d14c 100644 --- a/src/app/actions/auth.ts +++ b/src/app/actions/auth.ts @@ -153,7 +153,7 @@ export async function registration( const accountType = formData.get('accountType') as 'b2b' | 'b2c'; /* вернуть в true когда проект выйдет из дева */ - const mail_verified = false; + const mail_verified = true; const fullName = formData.get('fullName') as string || ''; const email = formData.get('email') as string || ''; const password = formData.get('password') as string || '';