Skip to content

Commit c8069dd

Browse files
committed
update
1 parent 5ccd9c4 commit c8069dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎config/config.exs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ config :ueberauth, Ueberauth,
9797

9898
config :ueberauth, Ueberauth.Strategy.Discord.OAuth,
9999
client_id: System.get_env("DISCORD_CLIENT_ID"),
100-
client_secret: System.get_env("DISCORD_CLIENT_SECRET"),
101-
redirect_uri: "http://localhost:4000/auth/discord/callback"
100+
client_secret: System.get_env("DISCORD_CLIENT_SECRET")
102101

103102
config :ueberauth, Ueberauth.Strategy.Apple.OAuth,
104103
client_id: System.get_env("APPLE_CLIENT_ID"),

0 commit comments

Comments
 (0)