diff --git a/src/api/auth.ts b/src/api/auth.ts index 878b577..3efb12f 100644 --- a/src/api/auth.ts +++ b/src/api/auth.ts @@ -48,6 +48,7 @@ export const authApi = { password: string first_name?: string language?: string + referral_code?: string }): Promise => { const response = await apiClient.post('/cabinet/auth/email/register/standalone', data) return response.data