Skip to content

Commit 67f97c8

Browse files
authored
Update EXAMPLES.md (auth0#570)
1 parent dd5cf47 commit 67f97c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EXAMPLES.md

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ const Posts = () => {
9696
export default Posts;
9797
```
9898

99-
For a more detailed example see how to [create a `useApi` hook for accessing protected APIs with an access token](#create-a-useapi-hook-for-accessing-protected-apis-with-an-access-token).
100-
10199
## Protecting a route in a `react-router-dom v6` app
102100

103101
We need to access the `useNavigate` hook so we can use `navigate` in `onRedirectCallback` to return us to our `returnUrl`.

0 commit comments

Comments
 (0)