pre prod fixes

This commit is contained in:
2024-07-04 11:29:35 +01:00
parent 8b2dc95e84
commit 07de9705e4
6 changed files with 35 additions and 9 deletions
+14
View File
@@ -1799,6 +1799,20 @@ export const getPortalLogin = async (emailAddress) => {
});
};
export const getPortalLoginProxy = async (emailAddress) => {
var queryUrl =
"/api/endpoint/getportalloginproxy_api?emailAddress=" + emailAddress;
return axios
.get(BASE_URL + queryUrl)
.then((res) => res.data)
.catch((error) => {
consoleLogger(error);
return JSON.stringify(error);
});
};
export const createContainerProxy = (containerName) => {
var queryUrl =
"/api/file/setupcontainer?ident=" +