Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 6be7313

Browse files
committed
Fix usage of msalConfig
1 parent d504aaf commit 6be7313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Getting an access token with Azure AD B2C and calling a Web API</h2>
6060
}
6161
};
6262

63-
var clientApplication = new Msal.UserAgentApplication(config);
63+
var clientApplication = new Msal.UserAgentApplication(msalConfig);
6464

6565
// Register a call back for redirect flow
6666
// myMSALObj.handleRedirectCallback(authRedirectCallback);

0 commit comments

Comments
 (0)