all repos — honk @ aa3f31eb25c36b0ccdcb70a629150e220a4aa620

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 22:46:51 +0200
commit

aa3f31eb25c36b0ccdcb70a629150e220a4aa620

parent

dda2fb700429f52bcf8d76badd51c45fd8f02423

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

jump to
M masto.gomasto.go

@@ -7,6 +7,7 @@ "log"

"net/http" "time" + "github.com/sassoftware/relic/lib/dlog" "humungus.tedunangst.com/r/webs/junk" "humungus.tedunangst.com/r/webs/login" )

@@ -119,6 +120,7 @@ elog.Printf("oauth: invalid client: %s\n", clientID)

rw.WriteHeader(http.StatusBadRequest) return } + dlog.Printf("%#v", app) if app.Scopes != gotScopes { elog.Printf("oauth: bad scopes: got %s; want %s", gotScopes, app.Scopes)