Skip to content

Commit

Permalink
changed to use TextArea (keycloak#34539)
Browse files Browse the repository at this point in the history
fixes: keycloak#34201

Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit authored Nov 4, 2024
1 parent 7681687 commit e4101b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ const Fields = ({ readOnly }: DiscoverySettingsProps) => {
/>
) : (
<>
<TextControl
<TextAreaControl
name="config.publicKeySignatureVerifier"
label="validatingPublicKey"
label={t("validatingPublicKey")}
/>
<TextControl
name="config.publicKeySignatureVerifierKeyId"
Expand Down

0 comments on commit e4101b1

Please sign in to comment.