Fix script for account and email

This commit is contained in:
garronej
2023-03-20 01:30:16 +01:00
parent d4e1dabe12
commit fa6a37880b
5 changed files with 10 additions and 50 deletions

View File

@ -72,10 +72,6 @@ export async function generateKeycloakThemeResources(params: {
let generateFtlFilesCode_glob: ReturnType<typeof generateFtlFilesCodeFactory>["generateFtlFilesCode"] | undefined = undefined;
for (const themeType of themeTypes) {
if (themeType === "account") {
continue;
}
const themeDirPath = getThemeDirPath(themeType);
copy_app_resources_to_theme_path: {