all repos — honk @ 11a21bad08e502e93a5e044688312148ad09b791

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Wed, 27 Sep 2023 21:00:47 +0300
commit

11a21bad08e502e93a5e044688312148ad09b791

parent

6ca25dd107f5c320f89282d5c0605160edae7af9

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

jump to
M masto.gomasto.go

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

return } - http.Redirect(rw, r, redirectURI+"?code="+nrw.auth, http.StatusFound) rw.Header().Set("Location", redirectURI+"?code="+nrw.auth) rw.WriteHeader(302) return