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

@ -2,7 +2,7 @@ import React, { useState } from "react";
import { clsx } from "../tools/clsx";
import { UserProfileFormFields } from "./shared/UserProfileCommons";
import type { PageProps } from "../KcProps";
import type { KcContextBase } from "../getKcContext";
import type { KcContextBase } from "../kcContext";
import type { I18nBase } from "../i18n";
export default function UpdateUserProfile(props: PageProps<Extract<KcContextBase, { pageId: "update-user-profile.ftl" }>, I18nBase>) {