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

Commit 9b18689

Browse files
author
derisen
committed
2 parents 184f5c9 + 5977790 commit 9b18689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const loginRequest = {
120120
};
121121

122122
const tokenRequest = {
123-
scopes: ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"]
123+
scopes: apiConfig.b2cScopes // i.e. ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"]
124124
};
125125
```
126126

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)