Skip to content

Commit

Permalink
chore: remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Apr 25, 2024
1 parent 1ec8152 commit 9622991
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/api/saml.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ func (a *API) SAMLMetadata(w http.ResponseWriter, r *http.Request) error {
w.Header().Set("Content-Disposition", "attachment; filename=\"metadata.xml\"")
}

w.WriteHeader(http.StatusOK)

_, err = w.Write(metadataXML)

return err
Expand Down

0 comments on commit 9622991

Please sign in to comment.