Skip to content

Commit 8640843

Browse files
Update index.html
1 parent f1dcdf4 commit 8640843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavascriptWebAppSample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
var replyUri = 'http://localhost:8081'; //Where you will receive the token. (step 2.5)
2828
var logoutRedirectUri = 'http://localhost:8081'; //Where you return upon signout. Update if you are hosting your webpage somewhere else
2929
var azureDevOpsApi = 'https://dev.azure.com/organization/_apis/projects?api-version=4.0'; //Update if want to access a different vsts API
30-
var azureDevOpsAppId = '499b84ac-1321-427f-aa17-267ca6975798'; //Do not change. Needed to get a Azure DevOps ADAL access token.
30+
var azureDevOpsResourceId = '499b84ac-1321-427f-aa17-267ca6975798'; //Do not change. Needed to get a Azure DevOps ADAL access token.
3131
//=====================================================
3232

3333
// Set up ADAL

0 commit comments

Comments
 (0)