Skip to content

Commit c08850f

Browse files
committed
fix(oidc): don't warning about / not needed on latest tag 1.43.2
1 parent e8d15b9 commit c08850f

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)