mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: reduce correct type for jwt idps (#5519)
This commit is contained in:
parent
e9df06df38
commit
fca6dd9613
@ -350,7 +350,7 @@ func (p *idpTemplateProjection) reducers() []handler.AggregateReducer {
|
|||||||
Reduce: p.reduceJWTIDPAdded,
|
Reduce: p.reduceJWTIDPAdded,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Event: instance.JWTIDPAddedEventType,
|
Event: instance.JWTIDPChangedEventType,
|
||||||
Reduce: p.reduceJWTIDPChanged,
|
Reduce: p.reduceJWTIDPChanged,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -467,7 +467,7 @@ func (p *idpTemplateProjection) reducers() []handler.AggregateReducer {
|
|||||||
Reduce: p.reduceJWTIDPAdded,
|
Reduce: p.reduceJWTIDPAdded,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Event: org.JWTIDPAddedEventType,
|
Event: org.JWTIDPChangedEventType,
|
||||||
Reduce: p.reduceJWTIDPChanged,
|
Reduce: p.reduceJWTIDPChanged,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user