Skip to content

Commit

Permalink
fix: transient_payload is lost when verification flow started as part…
Browse files Browse the repository at this point in the history
… of registration (#3983)
  • Loading branch information
splaunov authored Sep 16, 2024
1 parent 7d6a458 commit 192f10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfservice/flow/verification/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ func NewPostHookFlow(conf *config.Config, exp time.Duration, csrf string, r *htt
if err != nil {
return nil, err
}
f.TransientPayload = original.GetTransientPayload()
requestURL, err := url.ParseRequestURI(original.GetRequestURL())
if err != nil {
requestURL = new(url.URL)
Expand Down

0 comments on commit 192f10f

Please sign in to comment.