remove mail verified from company user registration
This commit is contained in:
@@ -87,7 +87,8 @@ export async function companyUserRegistration(
|
||||
phone: phone,
|
||||
password,
|
||||
accountType: 'b2b',
|
||||
authToken: token
|
||||
authToken: token,
|
||||
mail_verified: false
|
||||
}
|
||||
}),
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user