From 9688fc55818296cf68e5aae77ea0397c2621bb5f Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 25 Jan 2026 08:46:14 +0300 Subject: [PATCH] Update auth.ts --- src/api/auth.ts | 1 + 1 file changed, 1 insertion(+) 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