Skip to content

Commit

Permalink
chore: y
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Nov 12, 2023
1 parent 983f813 commit 274c0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfservice/strategy/code/strategy_recovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ func (s *Strategy) recoveryIssueSession(w http.ResponseWriter, r *http.Request,
case x.IsJSONRequest(r):
f.ContinueWith = append(f.ContinueWith, flow.NewContinueWithSettingsUI(sf))
s.deps.Writer().Write(w, r, f)
// s.deps.Writer().WriteError(w, r, flow.NewBrowserLocationChangeRequiredError(sf.AppendTo(s.deps.Config().SelfServiceFlowSettingsUI(r.Context())).String()))
default:
http.Redirect(w, r, sf.AppendTo(s.deps.Config().SelfServiceFlowSettingsUI(r.Context())).String(), http.StatusSeeOther)
}
Expand Down

0 comments on commit 274c0d0

Please sign in to comment.