add comment

This commit is contained in:
smanylov
2026-03-04 15:22:26 +07:00
parent b1f731fdde
commit 617984e587
+1
View File
@@ -152,6 +152,7 @@ export async function registration(
): Promise<FormState> { ): Promise<FormState> {
const accountType = formData.get('accountType') as 'b2b' | 'b2c'; const accountType = formData.get('accountType') as 'b2b' | 'b2c';
/* вернуть в true когда проект выйдет из дева */
const mail_verified = false; const mail_verified = false;
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 || '';