Fix inconsistency

This commit is contained in:
Joseph Garrone 2024-06-11 21:10:47 +02:00
parent 00da6d1746
commit 8ae7624e64
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import { useI18n } from "./i18n";
import DefaultPage from "keycloakify/account/DefaultPage";
import Template from "keycloakify/account/Template";
export default function KcApp(props: { kcContext: KcContext }) {
export default function KcPage(props: { kcContext: KcContext }) {
const { kcContext } = props;
const { i18n } = useI18n({ kcContext });

View file

@ -11,7 +11,7 @@ const UserProfileFormFields = lazy(
const doMakeUserConfirmPassword = true;
export default function KcApp(props: { kcContext: KcContext }) {
export default function KcPage(props: { kcContext: KcContext }) {
const { kcContext } = props;
useDownloadTerms({