Add missing semicolon in login-recovery-authn-code-config.ftl (#23142)

This commit is contained in:
Michael Bischof
2023-09-12 20:10:18 +02:00
committed by GitHub
parent dc9970f578
commit f767eb109e

View File

@@ -160,7 +160,7 @@
`@page { size: auto; margin-top: 0; }
body { width: 480px; }
div { list-style-type: none; font-family: monospace }
p:first-of-type { margin-top: 48px }`
p:first-of-type { margin-top: 48px }`;
return printFileContent =
"<html><style>" + styles + "</style><body>" +