Update keycloaky
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user