all repos — honk @ a0ac42c876e0dd26117dac1b844e2d88239436a5

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Tue, 26 Sep 2023 19:55:24 +0300
commit

a0ac42c876e0dd26117dac1b844e2d88239436a5

parent

17f165fdc15c97d400130dd6903e84d582bcc0c0

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

jump to
M masto.gomasto.go

@@ -93,7 +93,7 @@ }

// https://docs.joinmastodon.org/methods/oauth/#authorize func oauthorize(rw http.ResponseWriter, r *http.Request) { - var nrw NotResponseWriter + nrw := NotResponseWriter{} login.LoginFunc(nrw, r) dlog.Println("got code!", string(nrw.body)) rw.WriteHeader(http.StatusOK)