Skip to content

Commit 36ec255

Browse files
Update src/content/docs/identityserver/upgrades/identityserver4-upgrade-analysis.mdx
Co-authored-by: Khalid Abuhakmeh <khalid.abuhakmeh@duendesoftware.com>
1 parent 056a54c commit 36ec255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/upgrades/identityserver4-upgrade-analysis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (User.Identity == null || User.Identity.Name != "scott")
4747
}
4848
```
4949

50-
You must replace this with checks for specific user characteristics (such as a specific role, claim, or username) to ensure that only authorized users can access this sensitive information.
50+
You must replace this with checks for specific user characteristics (e.g., role, claim, or username) to ensure that only authorized users can access this sensitive information.
5151
:::
5252

5353
## Usage

0 commit comments

Comments
 (0)