Skip to content

Commit

Permalink
Fix incorrect Input being used in TakeBranchResultInput
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Aug 26, 2024
1 parent 30c0472 commit 9ebbcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/webapp/session_authflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ func (s *AuthflowScreenWithFlowResponse) takeBranchCreateAuthenticator(input *Ta
options.DisableFallbackToSMS,
)
return TakeBranchResultInput{
Input: input,
Input: resultInput,
NewAuthflowScreenFull: func(flowResponse *authflow.FlowResponse, retriedForError error) *AuthflowScreenWithFlowResponse {
isContinuation := func(flowResponse *authflow.FlowResponse) bool {
return flowResponse.Action.Type == authflow.FlowActionType(config.AuthenticationFlowSignupFlowStepTypeCreateAuthenticator) &&
Expand Down

0 comments on commit 9ebbcfe

Please sign in to comment.