Skip to content

Commit 792dc71

Browse files
authored
Merge pull request #106 from DrummyFloyd/remove-oidc-warning
fix(oidc): don't warning about / not needed on latest tag 1.43.2
2 parents e8d15b9 + c08850f commit 792dc71

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pages/configuration/oauth.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ description: How to configure OIDC
66
import { Steps, Callout } from "nextra/components";
77

88
<Callout type="warning">
9-
**Warning:** With the actual implementation of the OIDC provider, GitHub / Google login
10-
provider will be disabled.
11-
</Callout>
12-
13-
<Callout type="warning">
14-
**Warning:** Do not use any trailing slashes ("/") at the end of any OIDC Variables.
9+
**Warning:** With the actual implementation of the OIDC provider, GitHub /
10+
Google login provider will be disabled.
1511
</Callout>
1612

1713
If you want to use OAuth/OIDC, please follow the instructions below.

0 commit comments

Comments
 (0)