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

Commit 68aadbf

Browse files
authored
Merge pull request #9 from artemgurzhii/patch-2
Fix `tokenReceivedCallback` body token name
2 parents be27012 + a17655f commit 68aadbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScriptSPA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h4 id="WelcomeMessage"></h4>
9999
{
100100
if(tokenType === "access_token")
101101
{
102-
callMSGraph(applicationConfig.graphEndpoint, accessToken, graphAPICallback);
102+
callMSGraph(applicationConfig.graphEndpoint, token, graphAPICallback);
103103
} else {
104104
console.log("token type is:"+tokenType);
105105
}

0 commit comments

Comments
 (0)