Release
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import "./KcApp.css";
|
||||
import { lazy, Suspense } from "react";
|
||||
import type { KcContext } from "./kcContext";
|
||||
import KcAppBase, { defaultKcProps } from "keycloakify";
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user