Hi folks, I am currently working on an endpoint that works as a PostSettingsHook, which will be called after a user has completed a settings flow (updating its profile).
From what I see in the ctx request body, the hook only stores the updated values. Is there any way I can get the old values as well in the body?
Was thinking of putting the old values inside "hidden" form input so it can be fetched from
ctx.flow.ui
but would be nice if there's any "native" way.