Display the webauthn sig-alg in computer language in the template

Closes #27824

Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
rmartinc 2024-04-02 08:56:36 +02:00 committed by Marek Posolda
parent a7e5c861cc
commit c5bf161cfb

View file

@ -29,7 +29,7 @@
challenge : '${challenge}',
userid : '${userid}',
username : '${username}',
signatureAlgorithms : [<#list signatureAlgorithms as sigAlg>${sigAlg},</#list>],
signatureAlgorithms : [<#list signatureAlgorithms as sigAlg>${sigAlg?c},</#list>],
rpEntityName : '${rpEntityName}',
rpId : '${rpId}',
attestationConveyancePreference : '${attestationConveyancePreference}',