adding complete registration endpoint started

This commit is contained in:
victorAnumudu
2025-01-07 23:48:56 +01:00
parent 5b0f79bba5
commit e15fa4ddd0
2 changed files with 40 additions and 17 deletions
+8
View File
@@ -66,6 +66,14 @@ export const verifyEmail = (reqData) => {
return postAuxEnd('/panel/auth/register/verify', postData, false)
}
// FUNCTION TO COMPLETE REGISTRATION
export const completeRegistration = (reqData) => {
let postData = {
...reqData
}
return postAuxEnd('/panel/auth/register/complete', postData, false)
}
// FUNCTION TO SUBSCRIBE
export const subscribe = (reqData) => {
let postData = {