Initial commit
This commit is contained in:
parent
22532b67ea
commit
518d381447
76 changed files with 11799 additions and 2 deletions
16
src/KcApp/kcContext.ts
Normal file
16
src/KcApp/kcContext.ts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { getKcContext } from "keycloakify/lib/getKcContext";
|
||||
|
||||
export const { kcContext } = getKcContext({
|
||||
/* Uncomment to test th<e login page for development */
|
||||
//"mockPageId": "login.ftl",
|
||||
"mockData": [
|
||||
{
|
||||
"pageId": "login.ftl",
|
||||
"locale": {
|
||||
"currentLanguageTag": "fr", //When we test the login page we do it in french
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export type KcContext = NonNullable<typeof kcContext>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue