Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 821f893

Browse files
authored
Fix path in readme
There is a small error in the path of authConfig.js: There is `App/client/authConfig.js`, but it should be `App/client/src/authConfig.js`
1 parent c021cf0 commit 821f893

File tree

1 file changed

+1
-1
lines changed
  • 6-AdvancedScenarios/4-sign-in-hybrid

1 file changed

+1
-1
lines changed

6-AdvancedScenarios/4-sign-in-hybrid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
164164

165165
In addition:
166166

167-
1. Open the `App/client/authConfig.js` file.
167+
1. Open the `App/client/src/authConfig.js` file.
168168
1. Find the string `Enter_the_Application_Id_Here` and replace the existing value with the application ID (clientId) of `msal-hybrid-spa` app copied
169169
1. Find the string `Enter_the_Tenant_Info_Here` and replace the existing value with your Azure AD tenant ID.
170170

0 commit comments

Comments
 (0)