mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix: reduce correct type for jwt idps (#5519)
This commit is contained in:
@@ -350,7 +350,7 @@ func (p *idpTemplateProjection) reducers() []handler.AggregateReducer {
|
||||
Reduce: p.reduceJWTIDPAdded,
|
||||
},
|
||||
{
|
||||
Event: instance.JWTIDPAddedEventType,
|
||||
Event: instance.JWTIDPChangedEventType,
|
||||
Reduce: p.reduceJWTIDPChanged,
|
||||
},
|
||||
{
|
||||
@@ -467,7 +467,7 @@ func (p *idpTemplateProjection) reducers() []handler.AggregateReducer {
|
||||
Reduce: p.reduceJWTIDPAdded,
|
||||
},
|
||||
{
|
||||
Event: org.JWTIDPAddedEventType,
|
||||
Event: org.JWTIDPChangedEventType,
|
||||
Reduce: p.reduceJWTIDPChanged,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user