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