Skip to content

Commit

Permalink
Add link to the documentation in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 25, 2024
1 parent 13b0d68 commit 673bc95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/login/KcContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import type { KcEnvName, ThemeName } from "../kc.gen";
export type KcContextExtension = {
themeName: ThemeName;
properties: Record<KcEnvName, string> & {};
// NOTE: Here you can declare more properties to extend the KcContext
// See: https://docs.keycloakify.dev/faq-and-help/some-values-you-need-are-missing-from-in-kccontext
};

export type KcContextExtensionPerPage = {};
Expand Down

0 comments on commit 673bc95

Please sign in to comment.