We where copying login theme assets into accont theme

This commit is contained in:
garronej 2023-04-17 00:27:49 +02:00
parent d1cc6ed88d
commit c8f71946d4

View File

@ -184,7 +184,7 @@ export async function generateKeycloakThemeResources(params: {
const themeResourcesDirPath = pathJoin(themeDirPath, "resources");
transformCodebase({
"srcDirPath": pathJoin(tmpDirPath, "keycloak", "login", "resources"),
"srcDirPath": pathJoin(tmpDirPath, "keycloak", themeType, "resources"),
"destDirPath": themeResourcesDirPath
});