Add missing semicolon in login-recovery-authn-code-config.ftl
(#23142)
This commit is contained in:
parent
dc9970f578
commit
f767eb109e
1 changed files with 1 additions and 1 deletions
|
@ -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>" +
|
||||
|
|
Loading…
Reference in a new issue