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}',
|
challenge : '${challenge}',
|
||||||
userid : '${userid}',
|
userid : '${userid}',
|
||||||
username : '${username}',
|
username : '${username}',
|
||||||
signatureAlgorithms : [<#list signatureAlgorithms as sigAlg>${sigAlg},</#list>],
|
signatureAlgorithms : [<#list signatureAlgorithms as sigAlg>${sigAlg?c},</#list>],
|
||||||
rpEntityName : '${rpEntityName}',
|
rpEntityName : '${rpEntityName}',
|
||||||
rpId : '${rpId}',
|
rpId : '${rpId}',
|
||||||
attestationConveyancePreference : '${attestationConveyancePreference}',
|
attestationConveyancePreference : '${attestationConveyancePreference}',
|
||||||
|
|
Loading…
Reference in a new issue