mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
fix: handle login policy removed (#882)
This commit is contained in:
@@ -163,6 +163,8 @@ func checkExistingLoginPolicyIDPProviderValidation(idpProvider *iam_es_model.IDP
|
||||
break
|
||||
}
|
||||
}
|
||||
case model.LoginPolicyRemoved:
|
||||
idps = make([]*iam_es_model.IDPProvider, 0)
|
||||
}
|
||||
}
|
||||
exists := false
|
||||
|
Reference in New Issue
Block a user