all repos — honk @ 31c3a5315b90b6e3563778c23ec4dd3f62800926

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Tue, 26 Sep 2023 20:05:13 +0300
commit

31c3a5315b90b6e3563778c23ec4dd3f62800926

parent

a3a77e1999fa2fc0b8b0d909c49a7e53dc60c7be

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M masto.gomasto.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 }