fixed moderate a11y issues for identity providers (#21262)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
a8bea49451
commit
b9c11c0fd4
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue