Merge pull request #518 from Kroppeb/fix/wrong-url-in-help-message

This commit is contained in:
Aarnav Tale
2026-04-06 21:42:48 -04:00
committed by GitHub
+1 -1
View File
@@ -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>