This commit is contained in:
Joseph Garrone
2023-09-22 15:51:18 +02:00
parent 402c6fc64a
commit de64deb5c5
6 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
`${url.resourcesPath}/css/login.css`
],
"htmlClassName": getClassName("kcHtmlClass"),
"bodyClassName": undefined
"bodyClassName": getClassName("kcBodyClass")
});
if (!isReady) {