mirror of
https://github.com/tale/headplane.git
synced 2026-09-01 01:38:21 +00:00
fix: change oidc config error notice url
This commit is contained in:
@@ -34,7 +34,7 @@ export function OidcConfigErrorNotice({ errors }: { errors: OidcConnectorError[]
|
|||||||
<li key={code.key}>{code.node}</li>
|
<li key={code.key}>{code.node}</li>
|
||||||
))}
|
))}
|
||||||
</ul>{" "}
|
</ul>{" "}
|
||||||
<Link external styled to="https://headplane.net/configuration/sso#troubleshooting">
|
<Link external styled to="https://headplane.net/features/sso#troubleshooting">
|
||||||
Learn more
|
Learn more
|
||||||
</Link>
|
</Link>
|
||||||
</Card.Text>
|
</Card.Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user