Skip to content

Commit c6b9087

Browse files
authored
Merge pull request #44665 from bdefore/patch-1
Update quickstart-v2-javascript.md
2 parents f556cad + 8aa08f1 commit c6b9087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/quickstart-v2-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var msalConfig = {
8888
auth: {
8989
clientId: "Enter_the_Application_Id_here",
9090
authority: "https://login.microsoftonline.com/Enter_the_Tenant_info_here",
91-
redirectURI: "http://localhost:30662/"
91+
redirectUri: "http://localhost:30662/"
9292
},
9393
cache: {
9494
cacheLocation: "localStorage",

0 commit comments

Comments
 (0)