Skip to content

Commit

Permalink
fix link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mftruso committed Sep 13, 2024
1 parent 0014fbd commit 838eee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ If your app is using hash-based routing, be aware that many OIDC providers appen
**Correct:** `https://your.org/?code=ab&state=cd#/oidc-callback`
**Wrong:** `https://your.org/#/oidc-callback?code=ab&state=cd`

Check out [this issue]([https://github.com/authts/oidc-client-ts/issues/734#issuecomment-1298381823](https://github.com/authts/oidc-client-ts/issues/734)) for details. (There are also workarounds, as long as your provider doesn't fix the issue)
Check out [this issue](https://github.com/authts/oidc-client-ts/issues/734#issuecomment-1298381823) for details. (There are also workarounds, as long as your provider doesn't fix the issue)

# Projects using oidc-client-ts

Expand Down

0 comments on commit 838eee3

Please sign in to comment.