Skip to content

Commit

Permalink
Fix botched conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbraun committed Oct 28, 2024
1 parent 4384964 commit 5b2ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ func (p *provider) ServeHTTP(w http.ResponseWriter, r *http.Request) {
func (p *provider) handleStart(w http.ResponseWriter, r *http.Request) {
defer getLog(r).WithField("status", http.StatusFound).Info()


tr := ssokenizer.StartTransaction(w, r)
if tr == nil {
return
}
cfg := p.config(r)

opts := []oauth2.AuthCodeOption{oauth2.AccessTypeOffline}

Expand Down

0 comments on commit 5b2ac5f

Please sign in to comment.