aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keycloak-theme/login/kcContext.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keycloak-theme/login/kcContext.ts b/src/keycloak-theme/login/kcContext.ts
index 244b41e..9fdc78a 100644
--- a/src/keycloak-theme/login/kcContext.ts
+++ b/src/keycloak-theme/login/kcContext.ts
@@ -1,9 +1,6 @@
import { createGetKcContext } from "keycloakify/login";
export type KcContextExtension =
- // NOTE: A 'keycloakify' field must be added
- // in the package.json to generate theses extra pages
- // https://docs.keycloakify.dev/build-options#keycloakify.extrapages
| { pageId: "my-extra-page-1.ftl"; }
| { pageId: "my-extra-page-2.ftl"; someCustomValue: string; }
// NOTE: register.ftl is deprecated in favor of register-user-profile.ftl