fix missing closing statement

This commit is contained in:
Constantin Wildförster 2022-11-16 12:37:26 +01:00
parent 55c1704c6b
commit 1d93e03d1b
No known key found for this signature in database
GPG key ID: 5DDDBFF28CC85AFB

View file

@ -26,6 +26,7 @@
<div class="flex items-stretch space-x-4 mb-4">
<@buttonSecondarySmall.kw type="button" id="printRecoveryCodes">
${kcSanitize(msg("recovery-codes-print"))}
</@buttonSecondarySmall.kw>
<@buttonSecondarySmall.kw type="button" id="downloadRecoveryCodes">
${kcSanitize(msg("recovery-codes-download"))}
</@buttonSecondarySmall.kw>