aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-06-21 04:28:14 +0200
committerGravatar garronej <[email protected]>2023-06-21 04:28:14 +0200
commitdf409780f084cea2994d7e47b873e47949fb76d2 (patch)
tree723679f0f6834fcc8f8841acd761cdb233546441 /src
parentUpdate README.md (diff)
Update keycloakify
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