mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
DEV: Update Discord API domain (#15953)
`discordapp.com` is being deprecated in favour of `discord.com`: https://github.com/discord/discord-api-docs/discussions/4510
This commit is contained in:
parent
4086ee551e
commit
a48231041b
|
@ -6,7 +6,7 @@ class Auth::DiscordAuthenticator < Auth::ManagedAuthenticator
|
|||
option :scope, 'identify email guilds'
|
||||
|
||||
option :client_options,
|
||||
site: 'https://discordapp.com/api',
|
||||
site: 'https://discord.com/api',
|
||||
authorize_url: 'oauth2/authorize',
|
||||
token_url: 'oauth2/token'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user