Skip to content

Commit

Permalink
Change the type of TakeBranchResultInput.Input to avoid merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Aug 26, 2024
1 parent 2a08308 commit 30c0472
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 @@ -362,7 +362,7 @@ func (TakeBranchResultSimple) takeBranchResult() {}
type TakeBranchResultInputRetryHandler func(err error) (nextInput interface{})

type TakeBranchResultInput struct {
Input interface{}
Input map[string]interface{}
NewAuthflowScreenFull func(flowResponse *authflow.FlowResponse, retriedForError error) *AuthflowScreenWithFlowResponse
OnRetry *TakeBranchResultInputRetryHandler
}
Expand Down

0 comments on commit 30c0472

Please sign in to comment.