Skip to content

Commit b581414

Browse files
committed
Format:fix
1 parent 91f9f57 commit b581414

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/msal-browser/src/utils/BrowserUtils.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,7 @@ export function redirectPreflightCheck(
172172
preflightCheck(initialized);
173173
blockRedirectInIframe(config.system.allowRedirectInIframe);
174174
// Block redirects if memory storage is enabled
175-
if (
176-
config.cache.cacheLocation === BrowserCacheLocation.MemoryStorage
177-
) {
175+
if (config.cache.cacheLocation === BrowserCacheLocation.MemoryStorage) {
178176
throw createBrowserConfigurationAuthError(
179177
BrowserConfigurationAuthErrorCodes.inMemRedirectUnavailable
180178
);

0 commit comments

Comments
 (0)