change log
This commit is contained in:
@@ -268,7 +268,7 @@ export async function registration(
|
||||
phone: phone,
|
||||
password,
|
||||
accountType,
|
||||
referralLink: 'fds324',
|
||||
...(referralCode !== '' && { referralLink: referralCode }),
|
||||
...(accountType === 'b2b' && { companyName: companyName, inn: inn })
|
||||
});
|
||||
await createSession(parsed.message_body.token, email as string);
|
||||
|
||||
Reference in New Issue
Block a user