From a67c35257ebc65b910527832db6e635f75939eb0 Mon Sep 17 00:00:00 2001 From: Liam Robinson Date: Tue, 2 Jul 2024 22:35:55 +0200 Subject: [PATCH] fixed wrong discord callback url (#7184) --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index b3eb0d7f37..fce81663bb 100644 --- a/.env.sample +++ b/.env.sample @@ -131,7 +131,7 @@ GITHUB_APP_PRIVATE_KEY= # => https://discord.com/developers/applications/ # # When configuring the Client ID, add a redirect URL under "OAuth2": -# https:///api/discord.callback +# https:///auth/discord.callback DISCORD_CLIENT_ID= DISCORD_CLIENT_SECRET=