Add missing patternfly image

This commit is contained in:
Joseph Garrone
2024-07-04 19:26:48 +02:00
parent 1a6993099f
commit 59f8814660

View File

@ -231,6 +231,7 @@ export async function downloadKeycloakDefaultTheme(params: {
"fonts", "fonts",
"PatternFlyIcons-webfont.woff" "PatternFlyIcons-webfont.woff"
), ),
pathJoin("patternfly", "dist", "img", "bg-login.jpg"),
pathJoin("jquery", "dist", "jquery.min.js") pathJoin("jquery", "dist", "jquery.min.js")
]; ];
} }