Update keycloaky
This commit is contained in:
parent
af9dad5641
commit
f8a7918e87
4 changed files with 129 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue