Fix inconsistency
This commit is contained in:
parent
00da6d1746
commit
8ae7624e64
|
@ -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 });
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue