From 23abe2bf3f97209df36abaf7d5fa9e4ab59d7148 Mon Sep 17 00:00:00 2001 From: poshlikushat <88384205+TimeToCodeSomething@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:35:57 +0700 Subject: [PATCH] fixed discord auth --- services/app/apps/codebattle/lib/codebattle/auth/discord.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/services/app/apps/codebattle/lib/codebattle/auth/discord.ex b/services/app/apps/codebattle/lib/codebattle/auth/discord.ex index d3872eef1..7f52458e5 100644 --- a/services/app/apps/codebattle/lib/codebattle/auth/discord.ex +++ b/services/app/apps/codebattle/lib/codebattle/auth/discord.ex @@ -62,7 +62,6 @@ defmodule Codebattle.Auth.Discord do @discord_token_url |> Req.post!(opts) |> Map.get(:body) - |> URI.decode_query() |> check_authenticated() end