From 1d93e03d1b840407d5f7851971f111144d4f3f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Wildf=C3=B6rster?= Date: Wed, 16 Nov 2022 12:37:26 +0100 Subject: [PATCH] fix missing closing statement --- theme/keywind/login/login-recovery-authn-code-config.ftl | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/keywind/login/login-recovery-authn-code-config.ftl b/theme/keywind/login/login-recovery-authn-code-config.ftl index 5ce527d..6aa70e5 100644 --- a/theme/keywind/login/login-recovery-authn-code-config.ftl +++ b/theme/keywind/login/login-recovery-authn-code-config.ftl @@ -26,6 +26,7 @@
<@buttonSecondarySmall.kw type="button" id="printRecoveryCodes"> ${kcSanitize(msg("recovery-codes-print"))} + <@buttonSecondarySmall.kw type="button" id="downloadRecoveryCodes"> ${kcSanitize(msg("recovery-codes-download"))}