Better naming convention
This commit is contained in:
@ -3,7 +3,7 @@ import { clsx } from "keycloakify/tools/clsx";
|
||||
import { UserProfileFormFields } from "./shared/UserProfileCommons";
|
||||
import { type PageProps, defaultClasses } from "keycloakify/pages/PageProps";
|
||||
import { useGetClassName } from "keycloakify/lib/useGetClassName";
|
||||
import type { KcContextBase as KcContext } from "../kcContext";
|
||||
import type { KcContext } from "../kcContext";
|
||||
import type { I18nBase as I18n } from "../i18n";
|
||||
|
||||
export default function RegisterUserProfile(props: PageProps<Extract<KcContext, { pageId: "register-user-profile.ftl" }>, I18n>) {
|
||||
|
Reference in New Issue
Block a user