u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 15:47:17 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
masto.go
→
masto.go
@@ -114,7 +114,7 @@ app := MastoApp{}
row := stmtGetMastoApp.QueryRowx(clientID) err := row.StructScan(&app) if err == sql.ErrNoRows { - elog.Println("oauth: invalid client", clientID) + elog.Printf("oauth: invalid client: %s", clientID) rw.WriteHeader(http.StatusUnauthorized) return }