From b577cd9829d3a8da409f85835da83e21623b50b0 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 11 Jul 2024 18:22:55 +0200 Subject: [PATCH] Update storybook story SelectAuthenticator.stories.ts --- .../pages/SelectAuthenticator.stories.tsx | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/stories/login/pages/SelectAuthenticator.stories.tsx b/stories/login/pages/SelectAuthenticator.stories.tsx index c952a0ff..f5ddcf11 100644 --- a/stories/login/pages/SelectAuthenticator.stories.tsx +++ b/stories/login/pages/SelectAuthenticator.stories.tsx @@ -53,14 +53,29 @@ export const WithRealmTranslations: Story = { displayName: "home-idp-discovery-display-name", helpText: "home-idp-discovery-help-text", iconCssClass: "kcAuthenticatorDefaultClass" + }, + { + authExecId: "20456f5a-8b2b-45f3-98e0-551dcb27e3e1", + displayName: "identity-provider-redirctor-display-name", + helpText: "identity-provider-redirctor-help-text", + iconCssClass: "kcAuthenticatorDefaultClass" + }, + { + authExecId: "eb435db9-474e-473a-8da7-c184fa510b96", + displayName: "auth-username-password-form-display-name", + helpText: "auth-username-password-help-text", + iconCssClass: "kcAuthenticatorDefaultClass" } ] }, - ["x-keycloakify"]: { + "x-keycloakify": { messages: { - "${home-idp-discovery-display-name}": "Home identity provider", - "${home-idp-discovery-help-text}": - "Sign in via your home identity provider which will be automatically determined based on your provided email address." + "home-idp-discovery-display-name": "Home identity provider", + "home-idp-discovery-help-text": + "Sign in via your home identity provider which will be automatically determined based on your provided email address.", + "identity-provider-redirctor-display-name": "Identity Provider Redirector", + "identity-provider-redirctor-help-text": "Sign in via your identity provider.", + "auth-username-password-help-text": "Sign in via your username and password." } } }}