From 838eee3d3df738841ff1643e88a0b8cc28364a74 Mon Sep 17 00:00:00 2001 From: Mike Truso Date: Fri, 13 Sep 2024 16:02:03 -0500 Subject: [PATCH] fix link to issue --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index db2d9d85..a984210f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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