mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -04:00
(lint)
This commit is contained in:
parent
a216cb73ee
commit
9980a81a7a
@ -33,8 +33,7 @@ class Request {
|
||||
}
|
||||
}
|
||||
|
||||
const getOAuthUrl = () => Object.assign(
|
||||
new URL('/oauth2/authorize', BASE_DISCORD_URI), {
|
||||
const getOAuthUrl = () => Object.assign(new URL('/oauth2/authorize', BASE_DISCORD_URI), {
|
||||
search: new URLSearchParams({
|
||||
client_id: configs.get('DiscordClientId'),
|
||||
redirect_uri: configs.get('DiscordRedirectUri'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user