From c8f71946d41f8fc1f241792641726f1330fcdaf7 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 17 Apr 2023 00:27:49 +0200 Subject: [PATCH] We where copying login theme assets into accont theme --- src/bin/keycloakify/generateKeycloakThemeResources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/keycloakify/generateKeycloakThemeResources.ts b/src/bin/keycloakify/generateKeycloakThemeResources.ts index 870e9230..3dec85bb 100644 --- a/src/bin/keycloakify/generateKeycloakThemeResources.ts +++ b/src/bin/keycloakify/generateKeycloakThemeResources.ts @@ -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 });