mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
prop
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user