Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
7864ed98e6 | |||
57d7e0cc69 | |||
c29340669c |
@ -1,3 +1,10 @@
|
||||
## [1.0.17](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/compare/v1.0.16...v1.0.17) (2024-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove superfluous response write ([c293406](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/commit/c29340669ce60e19aca391ac19da3b9d275f1687))
|
||||
|
||||
## [1.0.16](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/compare/v1.0.15...v1.0.16) (2024-03-10)
|
||||
|
||||
|
||||
|
@ -56,7 +56,7 @@ func callbackHandler(w http.ResponseWriter, r *http.Request) {
|
||||
session.Values["token"] = token
|
||||
session.Save(r, w)
|
||||
|
||||
w.Write([]byte("Authentication successful!"))
|
||||
// w.Write([]byte("Authentication successful!"))
|
||||
|
||||
url := "https://alias.spamasaurus.com"
|
||||
http.Redirect(w, r, url, http.StatusAccepted)
|
||||
|
Reference in New Issue
Block a user