u
Anirudh Oppiliappan x@icyphox.sh
Tue, 26 Sep 2023 20:05:13 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
masto.go
→
masto.go
@@ -95,7 +95,7 @@ // https://docs.joinmastodon.org/methods/oauth/#authorize
func oauthorize(rw http.ResponseWriter, r *http.Request) { nrw := NotResponseWriter{} login.LoginFunc(nrw, r) - dlog.Println("got code!", string(nrw.body)) + dlog.Println("got code!", nrw.body.String()) rw.WriteHeader(http.StatusOK) return }