u
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 Oct 2023 21:08:03 +0300
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
masto.go
→
masto.go
@@ -3,6 +3,7 @@
import ( "database/sql" "fmt" + "log" "net/http" "humungus.tedunangst.com/r/webs/junk"@@ -77,6 +78,7 @@ rw.WriteHeader(http.StatusInternalServerError)
return } + log.Println("redirecting to", redirectURI+"?code="+nrw.auth) rw.Header().Set("Location", redirectURI+"?code="+nrw.auth) rw.WriteHeader(302) return