Make of doMakeUserConfirmPassword a prop of UserProfileFormFields
This commit is contained in:
@ -42,6 +42,7 @@ const WebauthnError = lazy(() => import("keycloakify/login/pages/WebauthnError")
|
||||
|
||||
type FallbackProps = PageProps<KcContext> & {
|
||||
UserProfileFormFields: LazyOrNot<(props: UserProfileFormFieldsProps) => JSX.Element>;
|
||||
doMakeUserConfirmPassword: boolean;
|
||||
};
|
||||
|
||||
export default function Fallback(props: FallbackProps) {
|
||||
|
Reference in New Issue
Block a user