From 341a2bd724d724046ea61ff47b728ac0745d2107 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 19 Jan 2025 20:25:02 -0600 Subject: [PATCH] Refactoring --- app/src/main.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main.tsx b/app/src/main.tsx index 16bc51f..e75e5df 100644 --- a/app/src/main.tsx +++ b/app/src/main.tsx @@ -14,10 +14,10 @@ const msalConfig = { authority: `https://login.microsoftonline.com/${import.meta.env.VITE_TENANT_ID}`, redirectUri: import.meta.env.VITE_TENANT_ID, }, - cache: { - cacheLocation: "sessionStorage", // This configures where your cache will be stored - storeAuthStateInCookie: false, // Set this to "true" if you are having issues on IE11 or Edge - }, + // cache: { + // cacheLocation: "sessionStorage", // This configures where your cache will be stored + // storeAuthStateInCookie: false, // Set this to "true" if you are having issues on IE11 or Edge + // }, system: { loggerOptions: { loggerCallback: (level: any, message: any, containsPii: any) => {