Skip to content

Commit

Permalink
Rm security risk printing user-supplied value
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Feb 22, 2022
1 parent 000e115 commit 0682742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/server/auth/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ func (c *AuthServer) startAuthFlow(rw http.ResponseWriter, r *http.Request) {
returnUrl = r.URL.String()
}

fmt.Printf("return url:%v\n", returnUrl)

b, err := json.Marshal(SessionState{
Nonce: nonce,
ReturnURL: returnUrl,
Expand Down

0 comments on commit 0682742

Please sign in to comment.