From 18a2e4ae0429dcf5c94d2ba125f4896c59e13b38 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 2 Aug 2022 09:06:29 +0200 Subject: [PATCH] Add extra field for u/loki344, in v6 such fields will have to be declared in the package.json #40 --- .../generateFtl/ftl_object_to_js_code_declaring_an_object.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/build-keycloak-theme/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl b/src/bin/build-keycloak-theme/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl index 365d52cb..9f5fd18c 100644 --- a/src/bin/build-keycloak-theme/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +++ b/src/bin/build-keycloak-theme/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl @@ -14,7 +14,8 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc}; "totp", "totpSecret", "SAMLRequest", "SAMLResponse", "relayState", "device_user_code", "code", "password-new", "rememberMe", "login", "authenticationExecution", "cancel-aia", "clientDataJSON", "authenticatorData", "signature", "credentialId", "userHandle", "error", "authn_use_chk", "authenticationExecution", - "isSetRetry", "try-again", "attestationObject", "publicKeyCredentialId", "authenticatorLabel" + "isSetRetry", "try-again", "attestationObject", "publicKeyCredentialId", "authenticatorLabel", + "user.attributes.dateOfBirth", "user.attributes.country", "user.attributes.acceptedTermsAndConditions" ]> <#attempt>