Update keycloaky

This commit is contained in:
garronej 2023-07-24 07:30:45 +02:00
parent af9dad5641
commit f8a7918e87
4 changed files with 129 additions and 18 deletions

View file

@ -1,6 +1,8 @@
import { createGetKcContext } from "keycloakify/login";
export type KcContextExtension =
// WARNING: It's important to keep in sync the extraThemeProperties declared in the package.json and this type definition.
| { pageId: "login.ftl"; extraThemeProperties: { foo: string; }; }
| { 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