Fix litle inconsistency

This commit is contained in:
Joseph Garrone 2024-10-06 15:37:32 +02:00
parent d626699f08
commit 9a6a71c8bc

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(