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]
This commit is contained in:
parent
64d4ca1751
commit
c0abc24aa2
|
@ -14,3 +14,5 @@ kcLabelClass=ps-form-group--label
|
|||
kcInputErrorMessageClass=ps-form-group--error
|
||||
|
||||
kcInputClass=ps-input
|
||||
|
||||
kcWebAuthnKeyIcon=pficon pficon-key
|
||||
|
|
Loading…
Reference in a new issue