Skip to content

Commit

Permalink
fix: disable storage of MSAL token in cookie
Browse files Browse the repository at this point in the history
This fix should prevent login errors 'interaction in progress'~
  • Loading branch information
csm-thu committed Jul 17, 2024
1 parent 8e839cd commit bd5746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/config/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const MSAL_CONFIG = {
},
cache: {
cacheLocation: 'localStorage',
storeAuthStateInCookie: true,
storeAuthStateInCookie: false,
},
},
};
Expand Down

0 comments on commit bd5746f

Please sign in to comment.