updated link for register user

This commit is contained in:
2023-12-21 12:22:20 +00:00
parent 593d416c18
commit 5ffd09f825
3 changed files with 25 additions and 25 deletions
+1 -2
View File
@@ -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)