Skip to content

Commit 3254766

Browse files
authored
Merge pull request #18948 from jasonfavrod/patch-1
Correct Incorrect Variable Name
2 parents bf4f82f + 3ae9390 commit 3254766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/active-directory-develop-guidedsetup-javascriptspa-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function acquireTokenRedirectCallBack(errorDesc, token, error, tokenType)
8686
{
8787
if(tokenType === "access_token")
8888
{
89-
callMSGraph(applicationConfig.graphEndpoint, accessToken, graphAPICallback);
89+
callMSGraph(applicationConfig.graphEndpoint, token, graphAPICallback);
9090
} else {
9191
console.log("token type is:"+tokenType);
9292
}

0 commit comments

Comments
 (0)