u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 11:34:22 +0200
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
masto.go
→
masto.go
@@ -84,6 +84,7 @@ log.Println("redirecting to", redirectURI+"?code="+nrw.auth)
rw.Header().Set("Content-Type", "") // http.Redirect(rw, r, redirectURI+"?code="+nrw.auth, 302) rw.Header().Set("Location", uri) + rw.WriteHeader(302) } // https://docs.joinmastodon.org/methods/instance/#v2