From c0abc24aa2c290ee7a00dc896fd9360642ac709f Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 14 Jul 2023 23:12:28 +0200 Subject: [PATCH] Fix required action: register webauthn Without this change, when trying to register a new WebAuthn device, the following error appears: 2023-07-14 20:53:41,831 ERROR [freemarker.runtime] (executor-thread-5) Error executing FreeMarker template: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> properties.kcWebAuthnKeyIcon [in template "webauthn-register.ftl" at line 6, column 24] --- login/theme.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/login/theme.properties b/login/theme.properties index 9e832b3..04e01f7 100644 --- a/login/theme.properties +++ b/login/theme.properties @@ -14,3 +14,5 @@ kcLabelClass=ps-form-group--label kcInputErrorMessageClass=ps-form-group--error kcInputClass=ps-input + +kcWebAuthnKeyIcon=pficon pficon-key