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:
parent
a7e5c861cc
commit
c5bf161cfb
1 changed files with 1 additions and 1 deletions
|
@ -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}',
|
||||
|
|
Loading…
Reference in a new issue