Skip to content

Commit

Permalink
Remove duplicate oauth step (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Aug 22, 2023
1 parent 8638c32 commit 226fe9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func (p *Plugin) NewFlowManager() *FlowManager {
fm.oauthFlow = fm.newFlow("oauth").WithSteps(
fm.stepInstanceURL(),
fm.stepOAuthInfo(),
fm.stepOAuthInfo(),
fm.stepOAuthInput(),
fm.stepOAuthConnect().Terminal(),

Expand Down

0 comments on commit 226fe9a

Please sign in to comment.