Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit b3b98f4

Browse files
authored
Updated README.md
Removing "en-us" that was accidentally added in the URL for "the instructions here" hyperlink
1 parent 381ba21 commit b3b98f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ catch {
5454

5555
## App Registration
5656

57-
You will need to have a B2C client application registered with Microsoft. Follow [the instructions here](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications?tabs=applications). Make sure you make note of your `client ID`, and the name of the policies you create. Once done, you will need add the redirect URI of `msal<your-client-id-here>://auth`.
57+
You will need to have a B2C client application registered with Microsoft. Follow [the instructions here](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-register-applications?tabs=applications). Make sure you make note of your `client ID`, and the name of the policies you create. Once done, you will need add the redirect URI of `msal<your-client-id-here>://auth`.
5858

5959

6060
## Installation

0 commit comments

Comments
 (0)