Skip to content

Commit 5663d3f

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#54189
Corrected the line from authority: "Enter_the_Cloud_Instance_Id_Here_Enter_the_Tenant_Info_Here", to authority: "Enter_the_Cloud_Instance_Id_Here_OR_Enter_the_Tenant_Info_Here",
1 parent 344c3b8 commit 5663d3f

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
@@ -90,7 +90,7 @@ In this quickstart, you use a code sample to learn how a JavaScript single-page
9090
> const msalConfig = {
9191
> auth: {
9292
> clientId: "Enter_the_Application_Id_Here",
93-
> authority: "Enter_the_Cloud_Instance_Id_HereEnter_the_Tenant_Info_Here",
93+
> authority: "Enter_the_Cloud_Instance_Id_Here_OR_Enter_the_Tenant_Info_Here",
9494
> redirectUri: "Enter_the_Redirect_Uri_Here",
9595
> },
9696
> cache: {

0 commit comments

Comments
 (0)