return mail confirm
This commit is contained in:
@@ -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 || '';
|
||||||
|
|||||||
Reference in New Issue
Block a user