We where copying login theme assets into accont theme
This commit is contained in:
parent
d1cc6ed88d
commit
c8f71946d4
@ -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
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user