Fix litle inconsistency

This commit is contained in:
Joseph Garrone 2024-10-06 15:37:32 +02:00
parent 8d31866a0b
commit d63e5f4e54

View File

@ -239,12 +239,12 @@ export async function command(params: { buildContext: BuildContext }) {
)} copy pasted from the Keycloakify source code into your project` )} copy pasted from the Keycloakify source code into your project`
); );
edit_KcApp: { edit_KcPage: {
if ( if (
pageIdOrComponent !== templateValue && pageIdOrComponent !== templateValue &&
pageIdOrComponent !== userProfileFormFieldsValue pageIdOrComponent !== userProfileFormFieldsValue
) { ) {
break edit_KcApp; break edit_KcPage;
} }
const kcAppTsxPath = pathJoin( const kcAppTsxPath = pathJoin(