all repos — honk @ 203636fad24b0f82bb4b9fb8193641621efe93ba

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 Oct 2023 21:08:03 +0300
commit

203636fad24b0f82bb4b9fb8193641621efe93ba

parent

11a21bad08e502e93a5e044688312148ad09b791

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

jump to
M masto.gomasto.go

@@ -3,6 +3,7 @@

import ( "database/sql" "fmt" + "log" "net/http" "humungus.tedunangst.com/r/webs/junk"

@@ -77,6 +78,7 @@ rw.WriteHeader(http.StatusInternalServerError)

return } + log.Println("redirecting to", redirectURI+"?code="+nrw.auth) rw.Header().Set("Location", redirectURI+"?code="+nrw.auth) rw.WriteHeader(302) return