From ea3962d143371f37ee2d185c7817adc1175b20bd Mon Sep 17 00:00:00 2001 From: Maho Hiyajo Date: Sat, 27 Jun 2020 17:01:00 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20change=20discord=20module=20=E2=80=98dis?= =?UTF-8?q?cordapp.com=E2=80=99=20to=20=E2=80=98discord.com=E2=80=99=20(#2?= =?UTF-8?q?117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/modules/authentication/discord/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/authentication/discord/authentication.js b/server/modules/authentication/discord/authentication.js index ce180616..2e331d52 100644 --- a/server/modules/authentication/discord/authentication.js +++ b/server/modules/authentication/discord/authentication.js @@ -13,7 +13,7 @@ module.exports = { new DiscordStrategy({ clientID: conf.clientId, clientSecret: conf.clientSecret, - authorizationURL: 'https://discordapp.com/api/oauth2/authorize?prompt=none', + authorizationURL: 'https://discord.com/api/oauth2/authorize?prompt=none', callbackURL: conf.callbackURL, scope: 'identify email guilds' }, async (accessToken, refreshToken, profile, cb) => {