all repos — honk @ e6901e8a79670178ecc7eb4fc54a772e6c410368

my fork of honk

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

e6901e8a79670178ecc7eb4fc54a772e6c410368

parent

9665a397ba25fde1823f9e2052a3e06d8e8cbf6e

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

jump to
M masto.gomasto.go

@@ -59,6 +59,8 @@ func oauthorize(rw http.ResponseWriter, r *http.Request) {

clientID := r.Form.Get("client_id") redirectURI := r.Form.Get("redirect_uri") + fmt.Println("redirectURI", redirectURI) + _, err := stmtCheckClientId.Exec(clientID) if err != nil { elog.Println("oauth: no such client:", clientID)