Skip to content

Commit 2310fbc

Browse files
authored
Merge pull request #2177 from TimeToCodeSomething/master
fixed discord auth
2 parents d9c31b3 + 23abe2b commit 2310fbc

File tree

1 file changed

+0
-1
lines changed
  • services/app/apps/codebattle/lib/codebattle/auth

1 file changed

+0
-1
lines changed

services/app/apps/codebattle/lib/codebattle/auth/discord.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ defmodule Codebattle.Auth.Discord do
6262
@discord_token_url
6363
|> Req.post!(opts)
6464
|> Map.get(:body)
65-
|> URI.decode_query()
6665
|> check_authenticated()
6766
end
6867

0 commit comments

Comments
 (0)