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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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