Skip to content

Commit 3b15633

Browse files
authored
Fix v5 merge error (#7683)
Fixing an import I missed while merging to `msal-v5`, causing PopupClient tests to break.
1 parent 39b019d commit 3b15633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msal-browser/test/interaction_client/PopupClient.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import {
5656
BrowserAuthError,
5757
createBrowserAuthError,
5858
BrowserAuthErrorMessages,
59+
BrowserAuthErrorCodes,
5960
} from "../../src/error/BrowserAuthError.js";
6061
import { InteractionHandler } from "../../src/interaction_handler/InteractionHandler.js";
6162
import { getDefaultPerformanceClient } from "../utils/TelemetryUtils.js";

0 commit comments

Comments
 (0)