mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:57:32 +00:00
prop
This commit is contained in:
@@ -18,7 +18,7 @@ type Inputs = {
|
||||
|
||||
type Props = {
|
||||
idpId: string;
|
||||
link?: boolean;
|
||||
link: boolean;
|
||||
};
|
||||
|
||||
export function LDAPUsernamePasswordForm({ idpId, link }: Props) {
|
||||
|
Reference in New Issue
Block a user