We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f9f57 commit b581414Copy full SHA for b581414
lib/msal-browser/src/utils/BrowserUtils.ts
@@ -172,9 +172,7 @@ export function redirectPreflightCheck(
172
preflightCheck(initialized);
173
blockRedirectInIframe(config.system.allowRedirectInIframe);
174
// Block redirects if memory storage is enabled
175
- if (
176
- config.cache.cacheLocation === BrowserCacheLocation.MemoryStorage
177
- ) {
+ if (config.cache.cacheLocation === BrowserCacheLocation.MemoryStorage) {
178
throw createBrowserConfigurationAuthError(
179
BrowserConfigurationAuthErrorCodes.inMemRedirectUnavailable
180
);
0 commit comments