updated link for register user
This commit is contained in:
+1
-2
@@ -894,8 +894,7 @@ export const getPortalModuleDetailsProxy = (appealType, caseReference) => {
|
||||
export const getEmailAccountCheck = (emailAddress) => {
|
||||
return axios
|
||||
.get(
|
||||
BASE_URL +
|
||||
"/api/endpoint/getemailaccountcheck_api?emailAddress=" +
|
||||
"/api/endpoint/getemailaccountcheck_api?emailAddress=" +
|
||||
emailAddress
|
||||
)
|
||||
.then((res) => res.data)
|
||||
|
||||
Reference in New Issue
Block a user