Skip to content

Commit d721282

Browse files
Merge pull request #235525 from kengaderdus/resolve-ghi-107551
[Azure AD B2C] Resolve-GHI-107551
2 parents 24ebb91 + cbc9da3 commit d721282

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/active-directory-b2c/configure-authentication-sample-react-spa-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: CelesteDG
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: how-to
10-
ms.date: 11/17/2022
10+
ms.date: 04/24/2023
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
1313
ms.custom: "b2c-support"
@@ -213,7 +213,7 @@ You're now ready to test the React scoped access to the API. In this step, run b
213213

214214
```console
215215
npm install && npm update
216-
node index.js
216+
npm start
217217
```
218218

219219
The console window displays the port number where the application is hosted:

articles/active-directory-b2c/enable-authentication-react-spa-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: CelesteDG
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: reference
10-
ms.date: 07/07/2022
10+
ms.date: 04/24/2023
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
1313
ms.custom: "b2c-support"
@@ -31,7 +31,6 @@ You can use an existing React app, or [create a new React App](https://reactjs.o
3131
```
3232
npx create-react-app my-app
3333
cd my-app
34-
npm start
3534
```
3635

3736
## Step 2: Install the dependencies

0 commit comments

Comments
 (0)