Skip to content

Commit 17a6dba

Browse files
authored
Fix (#245)
1 parent 48a317c commit 17a6dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/discord-cluster-manager/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def _handle_github_oauth(code: str, redirect_uri: str) -> tuple[str, str]:
106106
"client_id": client_id,
107107
"client_secret": client_secret,
108108
"code": code,
109-
"redirect_uri": redirect_uri,
109+
# "redirect_uri": redirect_uri,
110110
}
111111
headers = {"Accept": "application/json"} # Request JSON response for token
112112

0 commit comments

Comments
 (0)