Update auth.ts

This commit is contained in:
Egor
2026-01-25 08:46:14 +03:00
committed by GitHub
parent 8ea747c927
commit 9688fc5581

View File

@@ -48,6 +48,7 @@ export const authApi = {
password: string
first_name?: string
language?: string
referral_code?: string
}): Promise<AuthResponse> => {
const response = await apiClient.post<AuthResponse>('/cabinet/auth/email/register/standalone', data)
return response.data