Compare commits
2 Commits
ae06c8fd14
...
57d7e0cc69
Author | SHA1 | Date | |
---|---|---|---|
57d7e0cc69 | |||
c29340669c |
@ -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