feat: update auth services

This commit is contained in:
hanif salafi 2025-07-20 03:02:15 +07:00
parent 04a04cfe74
commit fb1d0fde82
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export async function getProfile(token: any) {
export async function postEmailValidation(data: any) {
const url = "public/users/email-validation";
return httpPostInterceptor(url, data);
return httpPost(url, data);
}
export async function postSetupEmail(data: any) {