remove mail verified from company user registration

This commit is contained in:
smanylov
2026-02-21 20:21:39 +07:00
parent 6248909003
commit 79e3a5b902
+2 -1
View File
@@ -87,7 +87,8 @@ export async function companyUserRegistration(
phone: phone, phone: phone,
password, password,
accountType: 'b2b', accountType: 'b2b',
authToken: token authToken: token,
mail_verified: false
} }
}), }),
headers: { headers: {