u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 22:46:51 +0200
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
masto.go
→
masto.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)