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

Commit 3e2955c

Browse files
author
Prithvi Kanherkar
committed
Update index.html
1 parent 24257f8 commit 3e2955c

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
@@ -56,7 +56,7 @@ <h2>Getting an access token with Azure AD B2C and calling a Web API</h2>
5656
};
5757

5858
var clientApplication = new Msal.UserAgentApplication(config);
59-
// myMSALObj.handleRedirectCallbacks(acquireTokenRedirectCallBack, acquireTokenErrorRedirectCallBack);
59+
// myMSALObj.handleRedirectCallback(authRedirectCallback);
6060

6161
function login() {
6262

0 commit comments

Comments
 (0)