mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +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
|
||||
}
|
||||
}
|
||||
case model.LoginPolicyRemoved:
|
||||
idps = make([]*iam_es_model.IDPProvider, 0)
|
||||
}
|
||||
}
|
||||
exists := false
|
||||
|
Loading…
Reference in New Issue
Block a user