add comment
This commit is contained in:
@@ -152,6 +152,7 @@ export async function registration(
|
||||
): Promise<FormState> {
|
||||
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 || '';
|
||||
|
||||
Reference in New Issue
Block a user