mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
Update auth.ts
This commit is contained in:
@@ -48,6 +48,7 @@ export const authApi = {
|
|||||||
password: string
|
password: string
|
||||||
first_name?: string
|
first_name?: string
|
||||||
language?: string
|
language?: string
|
||||||
|
referral_code?: string
|
||||||
}): Promise<AuthResponse> => {
|
}): Promise<AuthResponse> => {
|
||||||
const response = await apiClient.post<AuthResponse>('/cabinet/auth/email/register/standalone', data)
|
const response = await apiClient.post<AuthResponse>('/cabinet/auth/email/register/standalone', data)
|
||||||
return response.data
|
return response.data
|
||||||
|
|||||||
Reference in New Issue
Block a user