Skip to content

Commit

Permalink
Merge pull request #1666 from mftruso/mftruso/fix-link
Browse files Browse the repository at this point in the history
fix link to issue
  • Loading branch information
pamapa authored Sep 16, 2024
2 parents fbabe95 + 838eee3 commit 494d956
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 494d956

Please sign in to comment.