return mail confirm

This commit is contained in:
smanylov
2026-03-05 10:43:57 +07:00
parent 640f167e4b
commit 33f5c15e45
+1 -1
View File
@@ -153,7 +153,7 @@ export async function registration(
const accountType = formData.get('accountType') as 'b2b' | 'b2c'; const accountType = formData.get('accountType') as 'b2b' | 'b2c';
/* вернуть в true когда проект выйдет из дева */ /* вернуть в true когда проект выйдет из дева */
const mail_verified = false; const mail_verified = true;
const fullName = formData.get('fullName') as string || ''; const fullName = formData.get('fullName') as string || '';
const email = formData.get('email') as string || ''; const email = formData.get('email') as string || '';
const password = formData.get('password') as string || ''; const password = formData.get('password') as string || '';