feat: update auth services
This commit is contained in:
parent
04a04cfe74
commit
fb1d0fde82
|
|
@ -71,7 +71,7 @@ export async function getProfile(token: any) {
|
||||||
|
|
||||||
export async function postEmailValidation(data: any) {
|
export async function postEmailValidation(data: any) {
|
||||||
const url = "public/users/email-validation";
|
const url = "public/users/email-validation";
|
||||||
return httpPostInterceptor(url, data);
|
return httpPost(url, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function postSetupEmail(data: any) {
|
export async function postSetupEmail(data: any) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue