keycloakify
Version:
Framework to create custom Keycloak UIs
8 lines (7 loc) • 361 B
TypeScript
/// <reference types="react" />
import type { PageProps } from "../../login/pages/PageProps";
import type { KcContext } from "../KcContext";
import type { I18n } from "../i18n";
export default function LoginRecoveryAuthnCodeInput(props: PageProps<Extract<KcContext, {
pageId: "login-recovery-authn-code-input.ftl";
}>, I18n>): React.ReactElement<any, any>;