mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-16 05:31:38 +00:00
fix: handle login policy removed (#882)
This commit is contained in:
parent
7e56ace9d9
commit
57a3ccc91b
@ -163,6 +163,8 @@ func checkExistingLoginPolicyIDPProviderValidation(idpProvider *iam_es_model.IDP
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
case model.LoginPolicyRemoved:
|
||||||
|
idps = make([]*iam_es_model.IDPProvider, 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exists := false
|
exists := false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user