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) => {