We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6229a commit d5271faCopy full SHA for d5271fa
2-Authorization-I/1-call-graph/App/authPopup.js
@@ -52,7 +52,7 @@ async function addAnotherAccount(event) {
52
window.location.reload();
53
} catch (error) {
54
if (error instanceof msal.InteractionRequiredAuthError) {
55
- let res = await instance.loginPopup({
+ let res = await myMSALObj.loginPopup({
56
...loginRequest,
57
prompt: 'login',
58
});
0 commit comments