mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 11:36:31 +00:00
Merge pull request #518 from Kroppeb/fix/wrong-url-in-help-message
This commit is contained in:
@@ -34,7 +34,7 @@ export function OidcConfigErrorNotice({ errors }: { errors: OidcErrorCode[] }) {
|
|||||||
<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