From 11d6ffa65b590fa9020288914f13f6da742c4afa Mon Sep 17 00:00:00 2001 From: Klaus Betz <78362353+klausbetz@users.noreply.github.com> Date: Thu, 16 May 2024 11:12:20 +0200 Subject: [PATCH] Update webauthn-register.ftl fix: change signatureAlgorithms to a list --- theme/keywind/login/webauthn-register.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/keywind/login/webauthn-register.ftl b/theme/keywind/login/webauthn-register.ftl index 57f4dad..ccfce8f 100644 --- a/theme/keywind/login/webauthn-register.ftl +++ b/theme/keywind/login/webauthn-register.ftl @@ -44,7 +44,7 @@ requireResidentKey: '${requireResidentKey}', rpEntityName: '${rpEntityName}', rpId: '${rpId}', - signatureAlgorithms: '${signatureAlgorithms}', + signatureAlgorithms: '<#list signatureAlgorithms as sigAlg>${sigAlg?c},', unsupportedBrowserText: '${msg("webauthn-unsupported-browser-text")?no_esc}', userId: '${userid}', userVerificationRequirement: '${userVerificationRequirement}',