Rename getKcContext dir to kcContext

This commit is contained in:
garronej
2023-03-16 23:02:06 +01:00
parent 4ae9bd3f9a
commit 199ba193be
34 changed files with 33 additions and 33 deletions

View File

@ -1,7 +1,7 @@
import React from "react";
import { clsx } from "../tools/clsx";
import type { PageProps } from "../KcProps";
import type { KcContextBase } from "../getKcContext";
import type { KcContextBase } from "../kcContext";
import type { I18nBase } from "../i18n";
export default function LoginUpdatePassword(props: PageProps<Extract<KcContextBase, { pageId: "login-update-password.ftl" }>, I18nBase>) {