Rename getKcContext dir to kcContext
This commit is contained in:
@ -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>) {
|
||||
|
Reference in New Issue
Block a user