Skip to content

Commit d5271fa

Browse files
committed
update instance name
1 parent 6d6229a commit d5271fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-Authorization-I/1-call-graph/App/authPopup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function addAnotherAccount(event) {
5252
window.location.reload();
5353
} catch (error) {
5454
if (error instanceof msal.InteractionRequiredAuthError) {
55-
let res = await instance.loginPopup({
55+
let res = await myMSALObj.loginPopup({
5656
...loginRequest,
5757
prompt: 'login',
5858
});

0 commit comments

Comments
 (0)