remove mail confirm from registartion temporary
This commit is contained in:
@@ -152,7 +152,7 @@ export async function registration(
|
||||
): Promise<FormState> {
|
||||
const accountType = formData.get('accountType') as 'b2b' | 'b2c';
|
||||
|
||||
const mail_verified = true;
|
||||
const mail_verified = false;
|
||||
const fullName = formData.get('fullName') as string || '';
|
||||
const email = formData.get('email') as string || '';
|
||||
const password = formData.get('password') as string || '';
|
||||
|
||||
Reference in New Issue
Block a user