add mail_verified true for registration
This commit is contained in:
@@ -234,6 +234,7 @@ export async function registration(
|
||||
phone: phone,
|
||||
password,
|
||||
accountType,
|
||||
mail_verified: true,
|
||||
...(accountType === 'b2b' && { companyName: companyName, inn: inn }),
|
||||
...(referralCode !== '' && { referralLink: referralCode })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user