fixed moderate a11y issues for identity providers (#21262)

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2023-06-29 13:00:06 +01:00 committed by GitHub
parent a8bea49451
commit b9c11c0fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ export const OpenIdConnectSettings = () => {
return (
<>
<Title headingLevel="h4" size="xl" className="kc-form-panel__title">
<Title headingLevel="h2" size="xl" className="kc-form-panel__title">
{t("oidcSettings")}
</Title>

View file

@ -76,7 +76,7 @@ export const SamlConnectSettings = () => {
return (
<>
<Title headingLevel="h4" size="xl" className="kc-form-panel__title">
<Title headingLevel="h2" size="xl" className="kc-form-panel__title">
{t("samlSettings")}
</Title>