mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-19 07:04:41 +00:00
fix idp mappers
This commit is contained in:
@@ -14,10 +14,6 @@ const (
|
||||
LabelPolicyRemovedEventType = "policy.label.removed"
|
||||
)
|
||||
|
||||
type LabelPolicyAggregate struct {
|
||||
eventstore.Aggregate
|
||||
}
|
||||
|
||||
type LabelPolicyReadModel struct {
|
||||
eventstore.ReadModel
|
||||
|
||||
|
@@ -17,10 +17,6 @@ const (
|
||||
LoginPolicyIDPProviderRemovedEventType = "policy.login." + provider.RemovedEventType
|
||||
)
|
||||
|
||||
type LoginPolicyAggregate struct {
|
||||
eventstore.Aggregate
|
||||
}
|
||||
|
||||
type LoginPolicyReadModel struct {
|
||||
eventstore.ReadModel
|
||||
|
||||
|
Reference in New Issue
Block a user