This commit is contained in:
garronej
2022-09-07 14:17:17 +02:00
parent 2a10ec9a20
commit 377f461da8
5 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,4 @@
import "./KcApp.css";
import { lazy, Suspense } from "react";
import type { KcContext } from "./kcContext";
import KcAppBase, { defaultKcProps } from "keycloakify";

View File

@ -14,7 +14,8 @@ export const { kcContext } = getKcContext<
// Uncomment to test the login page for development.
// Try with another page like "register-user-profile.ftl"
// DON'T forget to re-comment before publishing to production.
"mockPageId": "login.ftl",
// You must run 'yarn keycloak' at least once before testing locally.
//"mockPageId": "login.ftl",
"mockData": [
{
"pageId": "login.ftl",