From c5bf161cfb958ea7ac3186c5035fc51f94b60298 Mon Sep 17 00:00:00 2001 From: rmartinc Date: Tue, 2 Apr 2024 08:56:36 +0200 Subject: [PATCH] Display the webauthn sig-alg in computer language in the template Closes #27824 Signed-off-by: rmartinc --- .../src/main/resources/theme/base/login/webauthn-register.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/src/main/resources/theme/base/login/webauthn-register.ftl b/themes/src/main/resources/theme/base/login/webauthn-register.ftl index 14ce7a87c9..48c958911a 100644 --- a/themes/src/main/resources/theme/base/login/webauthn-register.ftl +++ b/themes/src/main/resources/theme/base/login/webauthn-register.ftl @@ -29,7 +29,7 @@ challenge : '${challenge}', userid : '${userid}', username : '${username}', - signatureAlgorithms : [<#list signatureAlgorithms as sigAlg>${sigAlg},], + signatureAlgorithms : [<#list signatureAlgorithms as sigAlg>${sigAlg?c},], rpEntityName : '${rpEntityName}', rpId : '${rpId}', attestationConveyancePreference : '${attestationConveyancePreference}',