mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-27 02:00:51 +00:00

# Which Problems Are Solved A customer reached out to support, that the (last) `additional origin` could not be removed. While testing / implementation it was discovered, that the same applied to `redirect_uris` and `post_logout_redirect_uris` # How the Problems Are Solved - Correctly set the corresponding array to empty in the event so it can be differentiated to `null` / not set in case of no change. # Additional Changes Replaced `reflect.DeepEqual` with `slices.Equal` # Additional Context - Reported to support (cherry picked from commit c9aa5db2a55ef3c4f6fb62292b69b01973b264e7)