From c7301c22acabf600751f4ee40a05f1c51216e4fc Mon Sep 17 00:00:00 2001 From: p0t4t0sandwich Date: Tue, 23 Apr 2024 22:26:42 -0600 Subject: [PATCH] added more logging --- modules/auth/linking/twitch.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/auth/linking/twitch.go b/modules/auth/linking/twitch.go index b43a1f1..40d0e4c 100644 --- a/modules/auth/linking/twitch.go +++ b/modules/auth/linking/twitch.go @@ -154,6 +154,8 @@ func TwitchRevokeToken(accessToken string) error { return err } + log.Println(data.Encode()) + req.Header.Set("Content-Type", "application/x-www-form-urlencoded") client := &http.Client{}