We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a1947 commit 9083c2bCopy full SHA for 9083c2b
src/ui/main.tsx
@@ -19,7 +19,7 @@ const msalConfiguration: Configuration = {
19
postLogoutRedirectUri: `${window.location.origin}/logout`,
20
},
21
cache: {
22
- cacheLocation: "sessionStorage",
+ cacheLocation: "localStorage",
23
storeAuthStateInCookie: true,
24
25
};
0 commit comments