From a97a20418524b9b941d88a66284602409f29a46e Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 2 Jun 2024 21:21:43 +0200 Subject: [PATCH] Amend bad copilot sugestion about gender options. Sorry it got autocompleted... --- src/keycloak-theme/login/kcContext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keycloak-theme/login/kcContext.ts b/src/keycloak-theme/login/kcContext.ts index 7037322..c104997 100644 --- a/src/keycloak-theme/login/kcContext.ts +++ b/src/keycloak-theme/login/kcContext.ts @@ -55,7 +55,7 @@ export const { getKcContext } = createGetKcContext({ { validators: { options: { - options: ["male", "female", "non-binary", "transgender", "intersex", "non_communicated"] + options: ["male", "female", "non_binary", "prefer_not_to_say"] } }, // eslint-disable-next-line no-template-curly-in-string