diff --git a/service/auth.ts b/service/auth.ts index 382bc2a8..49c67bca 100644 --- a/service/auth.ts +++ b/service/auth.ts @@ -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) {