sotrage account calls security hardening
This commit is contained in:
@@ -16,8 +16,8 @@ import {
|
||||
consoleLogger,
|
||||
getCase,
|
||||
getPortalLogin,
|
||||
createContainerProxy,
|
||||
} from "../../actions";
|
||||
import { createContainer } from "../../actions/azurestorage";
|
||||
import Breadcrumbs from "../../components/breadcrumbs";
|
||||
import CookieBanner from "../../components/cookieBanner";
|
||||
import Footer from "../../components/footer";
|
||||
@@ -180,10 +180,10 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
]);
|
||||
|
||||
loggedInUser = loggedInUser.value[0].contactid;
|
||||
console.log("nextAuth Session:", thisSession);
|
||||
//console.log("nextAuth Session:", thisSession);
|
||||
}
|
||||
//Create Storage container for logged in user
|
||||
await createContainer(thisSession.user.id);
|
||||
await createContainerProxy(thisSession.user.id);
|
||||
|
||||
const [
|
||||
accountDetails,
|
||||
|
||||
Reference in New Issue
Block a user