Fix litle inconsistency
This commit is contained in:
parent
d626699f08
commit
9a6a71c8bc
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user