Acutally implement a login in the demo app

This commit is contained in:
garronej 2023-03-04 17:58:09 +01:00
parent ae6bcd89d5
commit 21bbbfe716
7 changed files with 545 additions and 2 deletions

View file

@ -5,6 +5,9 @@ import { useI18n } from "./i18n";
import Fallback, { defaultKcProps, type KcProps, type PageProps } from "keycloakify";
import Template from "./Template";
import DefaultTemplate from "keycloakify/lib/Template";
import { foo, bar } from "./valuesTransferredOverUrl";
console.log(`Values passed by the main app in the URL parameter:`, { foo, bar });
const Login = lazy(()=> import("./pages/Login"));
// If you can, favor register-user-profile.ftl over register.ftl, see: https://docs.keycloakify.dev/realtime-input-validation