Merge branch 'develop' into chore/google-authentication

This commit is contained in:
SajadMRjl
2025-08-18 02:23:27 +03:30
committed by GitHub
5 changed files with 46 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ import {
import { type InfoRowData } from '../types/settingsType';
export async function fetchProfile() {
return apiClient.post<GetProfileApiResponse>('/Profile/GetProfile');
return apiClient.post<GetProfileApiResponse>('/Profile/GetProfile', {});
}
export async function saveProfile(payload: {