This commit is contained in:
Max Peintner
2025-06-25 08:21:08 +02:00
parent 94665022e5
commit f33add7363

View File

@@ -18,7 +18,7 @@ type Inputs = {
type Props = { type Props = {
idpId: string; idpId: string;
link?: boolean; link: boolean;
}; };
export function LDAPUsernamePasswordForm({ idpId, link }: Props) { export function LDAPUsernamePasswordForm({ idpId, link }: Props) {