From b77a69ed18b890e8961e8062467647b0408d6312 Mon Sep 17 00:00:00 2001 From: agagancarczyk <4890675+agagancarczyk@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:39:26 +0100 Subject: [PATCH] added missing help text on tokens tab (#30686) Signed-off-by: Agnieszka Gancarczyk Co-authored-by: Agnieszka Gancarczyk --- .../admin/messages/messages_en.properties | 6 ++++- .../admin-ui/src/realm-settings/TokensTab.tsx | 24 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties index b64a74ab51..6db0f9770c 100644 --- a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties +++ b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties @@ -3204,4 +3204,8 @@ noResultsFound=No results found linkedOrganization=Linked organization send=Send redirectWhenEmailMatches=Redirect when email domain matches -redirectWhenEmailMatchesHelp=Automatically redirect the user to this identity provider when the email domain matches the domain \ No newline at end of file +redirectWhenEmailMatchesHelp=Automatically redirect the user to this identity provider when the email domain matches the domain +emailVerificationHelp=Specifies independent timeout for email verification. +idpAccountEmailVerificationHelp=Specifies independent timeout for IdP account email verification. +forgotPasswordHelp=Specifies independent timeout for forgot password. +executeActionsHelp=Specifies independent timeout for execute actions. \ No newline at end of file diff --git a/js/apps/admin-ui/src/realm-settings/TokensTab.tsx b/js/apps/admin-ui/src/realm-settings/TokensTab.tsx index 47bb223342..0abbf96e26 100644 --- a/js/apps/admin-ui/src/realm-settings/TokensTab.tsx +++ b/js/apps/admin-ui/src/realm-settings/TokensTab.tsx @@ -517,6 +517,12 @@ export const RealmSettingsTokensTab = ({ label={t("emailVerification")} fieldId="emailVerification" id="email-verification" + labelIcon={ + + } > + } > + } > + } >