Fix numerous bugs, improve structure
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { KcContext } from "keycloakify/login/kcContext";
|
||||
import { type PageProps } from "keycloakify/login/pages/PageProps";
|
||||
import type { PageProps } from "keycloakify/login/pages/PageProps";
|
||||
import type { I18n } from "keycloakify/login/i18n";
|
||||
|
||||
export default function LoginIdpLinkEmail(props: PageProps<Extract<KcContext, { pageId: "login-idp-link-email.ftl" }>, I18n>) {
|
||||
|
Reference in New Issue
Block a user