mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:07:33 +00:00
fix: handle project deactivate and remove correctly on tokens (#6947)
This commit is contained in:
@@ -99,7 +99,7 @@ func (p *Project) appendRemovedEvent() error {
|
||||
|
||||
func (p *Project) appendOIDCConfig(event eventstore.Event) error {
|
||||
appEvent := new(oidcApp)
|
||||
if err := event.Unmarshal(p); err != nil {
|
||||
if err := event.Unmarshal(appEvent); err != nil {
|
||||
return err
|
||||
}
|
||||
p.OIDCApplications = append(p.OIDCApplications, appEvent)
|
||||
|
Reference in New Issue
Block a user